Html Css Color HEX #AF37DD Dark Orchid

📋 copy color: '#AF37DD'

red 175 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #AF37DD

Tints of Dark Orchid #AF37DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 38.8%
G = 12.2%
B = 49%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF37DD (or 0xAF37DD) is known color: Dark Orchid. HEX triplet: AF, 37 and DD. RGB value is (175,55,221). Sum of RGB (Red+Green+Blue) = 175+55+221=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37DD is #50C822. Grayscale: #6D6D6D. Windows color (decimal): -5294115 or 14497711. OLE color: 14497711.

HSL color Cylindrical-coordinate representation of color #AF37DD: hue angle of 283.37º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF37DD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 55 221 -
CMYK 0.21 0.75 0 0.13
HSL 283.37º 0.71% 0.54% -
HSV(B) 283.37º 0.75% 0.87% -
XYZ 32.1 17.07 70.01 -
YUV 109.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 175 55 221 0.21 0.75 0 0.13 283.37 0.71 0.54
Hex AF 37 DD 15 4B 0 D 11B 47 36
Octal 257 67 335 25 113 0 15 433 107 66
Binary 10101111 110111 11011101 10101 1001011 0 1101 100011011 1000111 110110

Color Harmonies of #AF37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37DD

Black with #AF37DD

Text Example


Text Example

White with #AF37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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