Html Css Color HEX #AF35CB Dark Orchid

📋 copy color: '#AF35CB'

red 175 ◦ green 53 ◦ blue 203

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

Shades of Dark Orchid #AF35CB

Tints of Dark Orchid #AF35CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 40.6%
G = 12.3%
B = 47.1%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF35CB (or 0xAF35CB) is known color: Dark Orchid. HEX triplet: AF, 35 and CB. RGB value is (175,53,203). Sum of RGB (Red+Green+Blue) = 175+53+203=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF35CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35CB is #50CA34. Grayscale: #6A6A6A. Windows color (decimal): -5294645 or 13317551. OLE color: 13317551.

HSL color Cylindrical-coordinate representation of color #AF35CB: hue angle of 288.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF35CB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 53 203 -
CMYK 0.14 0.74 0 0.20
HSL 288.8º 0.59% 0.5% -
HSV(B) 288.8º 0.74% 0.8% -
XYZ 29.73 15.97 58.02 -
YUV 106.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 175 53 203 0.14 0.74 0 0.20 288.8 0.59 0.5
Hex AF 35 CB E 4A 0 14 121 3B 32
Octal 257 65 313 16 112 0 24 441 73 62
Binary 10101111 110101 11001011 1110 1001010 0 10100 100100001 111011 110010

Color Harmonies of #AF35CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35CB

Black with #AF35CB

Text Example


Text Example

White with #AF35CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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