Html Css Color HEX #AF35CE Dark Orchid

📋 copy color: '#AF35CE'

red 175 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #AF35CE

Tints of Dark Orchid #AF35CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.21%

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

R = 40.32%
G = 12.21%
B = 47.47%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF35CE (or 0xAF35CE) is known color: Dark Orchid. HEX triplet: AF, 35 and CE. RGB value is (175,53,206). Sum of RGB (Red+Green+Blue) = 175+53+206=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF35CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35CE is #50CA31. Grayscale: #6A6A6A. Windows color (decimal): -5294642 or 13514159. OLE color: 13514159.

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

Color convert

RGB 175 53 206 -
CMYK 0.15 0.74 0 0.19
HSL 287.84º 0.61% 0.51% -
HSV(B) 287.84º 0.74% 0.81% -
XYZ 30.09 16.12 59.92 -
YUV 106.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 175 53 206 0.15 0.74 0 0.19 287.84 0.61 0.51
Hex AF 35 CE F 4A 0 13 120 3D 33
Octal 257 65 316 17 112 0 23 440 75 63
Binary 10101111 110101 11001110 1111 1001010 0 10011 100100000 111101 110011

Color Harmonies of #AF35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35CE

Black with #AF35CE

Text Example


Text Example

White with #AF35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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