Html Css Color HEX #A934CF Dark Orchid

📋 copy color: '#A934CF'

red 169 ◦ green 52 ◦ blue 207

#A934CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A934CF

Tints of Dark Orchid #A934CF

RGB

 RED value IS 169 (66.41% from 255) = 39.49%

 GREEN value IS 52 (20.7% from 255) = 12.15%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 39.49%
G = 12.15%
B = 48.36%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A934CF (or 0xA934CF) is known color: Dark Orchid. HEX triplet: A9, 34 and CF. RGB value is (169,52,207). Sum of RGB (Red+Green+Blue) = 169+52+207=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A934CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934CF is #56CB30. Grayscale: #686868. Windows color (decimal): -5688113 or 13579433. OLE color: 13579433.

HSL color Cylindrical-coordinate representation of color #A934CF: hue angle of 285.29º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A934CF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 52 207 -
CMYK 0.18 0.75 0 0.19
HSL 285.29º 0.62% 0.51% -
HSV(B) 285.29º 0.75% 0.81% -
XYZ 28.85 15.4 60.48 -
YUV 104.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 169 52 207 0.18 0.75 0 0.19 285.29 0.62 0.51
Hex A9 34 CF 12 4B 0 13 11D 3E 33
Octal 251 64 317 22 113 0 23 435 76 63
Binary 10101001 110100 11001111 10010 1001011 0 10011 100011101 111110 110011

Color Harmonies of #A934CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A934CF

Black with #A934CF

Text Example


Text Example

White with #A934CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A934CF; }

 p { color: rgb(169,52,207); }

 H1.HeaderClassName
 {
   color: #A934CF;
 }
 .AnyTagClassName
 {
   color: #A934CF;
 }
</style>

background-color css

<style>
 a { background-color: #A934CF; }

 a { background-color: rgb(169,52,207); }

 div.DivClassName
 {
   background-color: #A934CF;
 }
 .BgClassName
 {
   background-color: #A934CF;
 }
</style>

border-color css

<style>
 span { border-color: #A934CF; }

 span { border-color: rgb(169,52,207); }

 td.TdClassName
 {
   border-color: #A934CF;
 }
 .TagClassName
 {
   border-color: #A934CF;
 }
</style>