Html Css Color HEX #AF36CB Dark Orchid

📋 copy color: '#AF36CB'

red 175 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #AF36CB

Tints of Dark Orchid #AF36CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.5%

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

R = 40.51%
G = 12.5%
B = 46.99%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF36CB (or 0xAF36CB) is known color: Dark Orchid. HEX triplet: AF, 36 and CB. RGB value is (175,54,203). Sum of RGB (Red+Green+Blue) = 175+54+203=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF36CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36CB is #50C934. Grayscale: #6A6A6A. Windows color (decimal): -5294389 or 13317807. OLE color: 13317807.

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

Color convert

RGB 175 54 203 -
CMYK 0.14 0.73 0 0.20
HSL 288.72º 0.59% 0.5% -
HSV(B) 288.72º 0.73% 0.8% -
XYZ 29.78 16.06 58.03 -
YUV 107.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 175 54 203 0.14 0.73 0 0.20 288.72 0.59 0.5
Hex AF 36 CB E 49 0 14 121 3B 32
Octal 257 66 313 16 111 0 24 441 73 62
Binary 10101111 110110 11001011 1110 1001001 0 10100 100100001 111011 110010

Color Harmonies of #AF36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36CB

Black with #AF36CB

Text Example


Text Example

White with #AF36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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