Html Css Color HEX #AF37E1 Dark Orchid

📋 copy color: '#AF37E1'

red 175 ◦ green 55 ◦ blue 225

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

Shades of Dark Orchid #AF37E1

Tints of Dark Orchid #AF37E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 38.46%
G = 12.09%
B = 49.45%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF37E1 (or 0xAF37E1) is known color: Dark Orchid. HEX triplet: AF, 37 and E1. RGB value is (175,55,225). Sum of RGB (Red+Green+Blue) = 175+55+225=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF37E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37E1 is #50C81E. Grayscale: #6D6D6D. Windows color (decimal): -5294111 or 14759855. OLE color: 14759855.

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

Color convert

RGB 175 55 225 -
CMYK 0.22 0.76 0 0.12
HSL 282.35º 0.74% 0.55% -
HSV(B) 282.35º 0.76% 0.88% -
XYZ 32.64 17.28 72.85 -
YUV 110.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 175 55 225 0.22 0.76 0 0.12 282.35 0.74 0.55
Hex AF 37 E1 16 4C 0 C 11A 4A 37
Octal 257 67 341 26 114 0 14 432 112 67
Binary 10101111 110111 11100001 10110 1001100 0 1100 100011010 1001010 110111

Color Harmonies of #AF37E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37E1

Black with #AF37E1

Text Example


Text Example

White with #AF37E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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