Html Css Color HEX #AF39C9 Dark Orchid

📋 copy color: '#AF39C9'

red 175 ◦ green 57 ◦ blue 201

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

Shades of Dark Orchid #AF39C9

Tints of Dark Orchid #AF39C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.42%

R = 40.42%
G = 13.16%
B = 46.42%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF39C9 (or 0xAF39C9) is known color: Dark Orchid. HEX triplet: AF, 39 and C9. RGB value is (175,57,201). Sum of RGB (Red+Green+Blue) = 175+57+201=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF39C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39C9 is #50C636. Grayscale: #6C6C6C. Windows color (decimal): -5293623 or 13187503. OLE color: 13187503.

HSL color Cylindrical-coordinate representation of color #AF39C9: hue angle of 289.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF39C9 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 57 201 -
CMYK 0.13 0.72 0 0.21
HSL 289.17º 0.57% 0.51% -
HSV(B) 289.17º 0.72% 0.79% -
XYZ 29.68 16.26 56.83 -
YUV 108.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 175 57 201 0.13 0.72 0 0.21 289.17 0.57 0.51
Hex AF 39 C9 D 48 0 15 121 39 33
Octal 257 71 311 15 110 0 25 441 71 63
Binary 10101111 111001 11001001 1101 1001000 0 10101 100100001 111001 110011

Color Harmonies of #AF39C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39C9

Black with #AF39C9

Text Example


Text Example

White with #AF39C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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