Html Css Color HEX #AF39EA Dark Orchid

📋 copy color: '#AF39EA'

red 175 ◦ green 57 ◦ blue 234

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

Shades of Dark Orchid #AF39EA

Tints of Dark Orchid #AF39EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 37.55%
G = 12.23%
B = 50.21%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF39EA (or 0xAF39EA) is known color: Dark Orchid. HEX triplet: AF, 39 and EA. RGB value is (175,57,234). Sum of RGB (Red+Green+Blue) = 175+57+234=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF39EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF39EA is #50C615. Grayscale: #6F6F6F. Windows color (decimal): -5293590 or 15350191. OLE color: 15350191.

HSL color Cylindrical-coordinate representation of color #AF39EA: hue angle of 280º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF39EA is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 57 234 -
CMYK 0.25 0.76 0 0.08
HSL 280º 0.81% 0.57% -
HSV(B) 280º 0.76% 0.92% -
XYZ 33.99 17.98 79.52 -
YUV 112.46 196.59 172.61 -
System Red Green Blue C M Y K H S L
Decimal 175 57 234 0.25 0.76 0 0.08 280 0.81 0.57
Hex AF 39 EA 19 4C 0 8 118 51 39
Octal 257 71 352 31 114 0 10 430 121 71
Binary 10101111 111001 11101010 11001 1001100 0 1000 100011000 1010001 111001

Color Harmonies of #AF39EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39EA

Black with #AF39EA

Text Example


Text Example

White with #AF39EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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