Html Css Color HEX #AF34CE Dark Orchid

📋 copy color: '#AF34CE'

red 175 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #AF34CE

Tints of Dark Orchid #AF34CE

RGB

 RED value IS 175 (68.75% from 255) = 40.42%

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 40.42%
G = 12.01%
B = 47.58%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF34CE (or 0xAF34CE) is known color: Dark Orchid. HEX triplet: AF, 34 and CE. RGB value is (175,52,206). Sum of RGB (Red+Green+Blue) = 175+52+206=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34CE is #50CB31. Grayscale: #696969. Windows color (decimal): -5294898 or 13513903. OLE color: 13513903.

HSL color Cylindrical-coordinate representation of color #AF34CE: hue angle of 287.92º degrees, saturation: 0.61, 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 #AF34CE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 52 206 -
CMYK 0.15 0.75 0 0.19
HSL 287.92º 0.61% 0.51% -
HSV(B) 287.92º 0.75% 0.81% -
XYZ 30.05 16.03 59.9 -
YUV 106.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 175 52 206 0.15 0.75 0 0.19 287.92 0.61 0.51
Hex AF 34 CE F 4B 0 13 120 3D 33
Octal 257 64 316 17 113 0 23 440 75 63
Binary 10101111 110100 11001110 1111 1001011 0 10011 100100000 111101 110011

Color Harmonies of #AF34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34CE

Black with #AF34CE

Text Example


Text Example

White with #AF34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34CE; }

 p { color: rgb(175,52,206); }

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

background-color css

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

 a { background-color: rgb(175,52,206); }

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

border-color css

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

 span { border-color: rgb(175,52,206); }

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