Html Css Color HEX #AF37DF Dark Orchid

📋 copy color: '#AF37DF'

red 175 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #AF37DF

Tints of Dark Orchid #AF37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 38.63%
G = 12.14%
B = 49.23%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF37DF (or 0xAF37DF) is known color: Dark Orchid. HEX triplet: AF, 37 and DF. RGB value is (175,55,223). Sum of RGB (Red+Green+Blue) = 175+55+223=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF37DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37DF is #50C820. Grayscale: #6D6D6D. Windows color (decimal): -5294113 or 14628783. OLE color: 14628783.

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

Color convert

RGB 175 55 223 -
CMYK 0.22 0.75 0 0.13
HSL 282.86º 0.72% 0.55% -
HSV(B) 282.86º 0.75% 0.87% -
XYZ 32.36 17.17 71.42 -
YUV 110.03 191.76 174.34 -
System Red Green Blue C M Y K H S L
Decimal 175 55 223 0.22 0.75 0 0.13 282.86 0.72 0.55
Hex AF 37 DF 16 4B 0 D 11B 48 37
Octal 257 67 337 26 113 0 15 433 110 67
Binary 10101111 110111 11011111 10110 1001011 0 1101 100011011 1001000 110111

Color Harmonies of #AF37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37DF

Black with #AF37DF

Text Example


Text Example

White with #AF37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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