Html Css Color HEX #AF39CB Dark Orchid

📋 copy color: '#AF39CB'

red 175 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #AF39CB

Tints of Dark Orchid #AF39CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.1%

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

R = 40.23%
G = 13.1%
B = 46.67%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF39CB (or 0xAF39CB) is known color: Dark Orchid. HEX triplet: AF, 39 and CB. RGB value is (175,57,203). Sum of RGB (Red+Green+Blue) = 175+57+203=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF39CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39CB is #50C634. Grayscale: #6C6C6C. Windows color (decimal): -5293621 or 13318575. OLE color: 13318575.

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

Color convert

RGB 175 57 203 -
CMYK 0.14 0.72 0 0.20
HSL 288.49º 0.58% 0.51% -
HSV(B) 288.49º 0.72% 0.8% -
XYZ 29.92 16.35 58.08 -
YUV 108.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 175 57 203 0.14 0.72 0 0.20 288.49 0.58 0.51
Hex AF 39 CB E 48 0 14 120 3A 33
Octal 257 71 313 16 110 0 24 440 72 63
Binary 10101111 111001 11001011 1110 1001000 0 10100 100100000 111010 110011

Color Harmonies of #AF39CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39CB

Black with #AF39CB

Text Example


Text Example

White with #AF39CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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