Html Css Color HEX #AF39E0 Dark Orchid

📋 copy color: '#AF39E0'

red 175 ◦ green 57 ◦ blue 224

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

Shades of Dark Orchid #AF39E0

Tints of Dark Orchid #AF39E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 38.38%
G = 12.5%
B = 49.12%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF39E0 (or 0xAF39E0) is known color: Dark Orchid. HEX triplet: AF, 39 and E0. RGB value is (175,57,224). Sum of RGB (Red+Green+Blue) = 175+57+224=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF39E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39E0 is #50C61F. Grayscale: #6E6E6E. Windows color (decimal): -5293600 or 14694831. OLE color: 14694831.

HSL color Cylindrical-coordinate representation of color #AF39E0: hue angle of 282.4º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF39E0 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 57 224 -
CMYK 0.22 0.75 0 0.12
HSL 282.4º 0.73% 0.55% -
HSV(B) 282.4º 0.75% 0.88% -
XYZ 32.6 17.42 72.17 -
YUV 111.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 175 57 224 0.22 0.75 0 0.12 282.4 0.73 0.55
Hex AF 39 E0 16 4B 0 C 11A 49 37
Octal 257 71 340 26 113 0 14 432 111 67
Binary 10101111 111001 11100000 10110 1001011 0 1100 100011010 1001001 110111

Color Harmonies of #AF39E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39E0

Black with #AF39E0

Text Example


Text Example

White with #AF39E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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