Html Css Color HEX #AF37EC Dark Orchid

📋 copy color: '#AF37EC'

red 175 ◦ green 55 ◦ blue 236

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

Shades of Dark Orchid #AF37EC

Tints of Dark Orchid #AF37EC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 37.55%
G = 11.8%
B = 50.64%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF37EC (or 0xAF37EC) is known color: Dark Orchid. HEX triplet: AF, 37 and EC. RGB value is (175,55,236). Sum of RGB (Red+Green+Blue) = 175+55+236=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37EC is #50C813. Grayscale: #6E6E6E. Windows color (decimal): -5294100 or 15480751. OLE color: 15480751.

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

Color convert

RGB 175 55 236 -
CMYK 0.26 0.77 0 0.07
HSL 279.78º 0.83% 0.57% -
HSV(B) 279.78º 0.77% 0.93% -
XYZ 34.19 17.9 81.01 -
YUV 111.51 198.26 173.28 -
System Red Green Blue C M Y K H S L
Decimal 175 55 236 0.26 0.77 0 0.07 279.78 0.83 0.57
Hex AF 37 EC 1A 4D 0 7 118 53 39
Octal 257 67 354 32 115 0 7 430 123 71
Binary 10101111 110111 11101100 11010 1001101 0 111 100011000 1010011 111001

Color Harmonies of #AF37EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37EC

Black with #AF37EC

Text Example


Text Example

White with #AF37EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37EC; }

 p { color: rgb(175,55,236); }

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

background-color css

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

 a { background-color: rgb(175,55,236); }

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

border-color css

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

 span { border-color: rgb(175,55,236); }

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