Html Css Color HEX #AF39EE Dark Orchid

📋 copy color: '#AF39EE'

red 175 ◦ green 57 ◦ blue 238

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

Shades of Dark Orchid #AF39EE

Tints of Dark Orchid #AF39EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 37.23%
G = 12.13%
B = 50.64%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF39EE (or 0xAF39EE) is known color: Dark Orchid. HEX triplet: AF, 39 and EE. RGB value is (175,57,238). Sum of RGB (Red+Green+Blue) = 175+57+238=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF39EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF39EE is #50C611. Grayscale: #707070. Windows color (decimal): -5293586 or 15612335. OLE color: 15612335.

HSL color Cylindrical-coordinate representation of color #AF39EE: hue angle of 279.12º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF39EE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 57 238 -
CMYK 0.26 0.76 0 0.07
HSL 279.12º 0.84% 0.58% -
HSV(B) 279.12º 0.76% 0.93% -
XYZ 34.57 18.21 82.58 -
YUV 112.92 198.59 172.28 -
System Red Green Blue C M Y K H S L
Decimal 175 57 238 0.26 0.76 0 0.07 279.12 0.84 0.58
Hex AF 39 EE 1A 4C 0 7 117 54 3A
Octal 257 71 356 32 114 0 7 427 124 72
Binary 10101111 111001 11101110 11010 1001100 0 111 100010111 1010100 111010

Color Harmonies of #AF39EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39EE

Black with #AF39EE

Text Example


Text Example

White with #AF39EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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