Html Css Color HEX #AF39C7 Dark Orchid

📋 copy color: '#AF39C7'

red 175 ◦ green 57 ◦ blue 199

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

Shades of Dark Orchid #AF39C7

Tints of Dark Orchid #AF39C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 40.6%
G = 13.23%
B = 46.17%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF39C7 (or 0xAF39C7) is known color: Dark Orchid. HEX triplet: AF, 39 and C7. RGB value is (175,57,199). Sum of RGB (Red+Green+Blue) = 175+57+199=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF39C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39C7 is #50C638. Grayscale: #6C6C6C. Windows color (decimal): -5293625 or 13056431. OLE color: 13056431.

HSL color Cylindrical-coordinate representation of color #AF39C7: hue angle of 289.86º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF39C7 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 57 199 -
CMYK 0.12 0.71 0 0.22
HSL 289.86º 0.56% 0.5% -
HSV(B) 289.86º 0.71% 0.78% -
XYZ 29.45 16.16 55.6 -
YUV 108.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 175 57 199 0.12 0.71 0 0.22 289.86 0.56 0.5
Hex AF 39 C7 C 47 0 16 122 38 32
Octal 257 71 307 14 107 0 26 442 70 62
Binary 10101111 111001 11000111 1100 1000111 0 10110 100100010 111000 110010

Color Harmonies of #AF39C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39C7

Black with #AF39C7

Text Example


Text Example

White with #AF39C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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