Html Css Color HEX #AF37EB Dark Orchid

📋 copy color: '#AF37EB'

red 175 ◦ green 55 ◦ blue 235

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

Shades of Dark Orchid #AF37EB

Tints of Dark Orchid #AF37EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 37.63%
G = 11.83%
B = 50.54%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF37EB (or 0xAF37EB) is known color: Dark Orchid. HEX triplet: AF, 37 and EB. RGB value is (175,55,235). Sum of RGB (Red+Green+Blue) = 175+55+235=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF37EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37EB is #50C814. Grayscale: #6E6E6E. Windows color (decimal): -5294101 or 15415215. OLE color: 15415215.

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

Color convert

RGB 175 55 235 -
CMYK 0.26 0.77 0 0.08
HSL 280º 0.82% 0.57% -
HSV(B) 280º 0.77% 0.92% -
XYZ 34.04 17.84 80.25 -
YUV 111.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 175 55 235 0.26 0.77 0 0.08 280 0.82 0.57
Hex AF 37 EB 1A 4D 0 8 118 52 39
Octal 257 67 353 32 115 0 10 430 122 71
Binary 10101111 110111 11101011 11010 1001101 0 1000 100011000 1010010 111001

Color Harmonies of #AF37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37EB

Black with #AF37EB

Text Example


Text Example

White with #AF37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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