Html Css Color HEX #AF37D1 Dark Orchid

📋 copy color: '#AF37D1'

red 175 ◦ green 55 ◦ blue 209

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

Shades of Dark Orchid #AF37D1

Tints of Dark Orchid #AF37D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 39.86%
G = 12.53%
B = 47.61%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF37D1 (or 0xAF37D1) is known color: Dark Orchid. HEX triplet: AF, 37 and D1. RGB value is (175,55,209). Sum of RGB (Red+Green+Blue) = 175+55+209=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF37D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37D1 is #50C82E. Grayscale: #6B6B6B. Windows color (decimal): -5294127 or 13711279. OLE color: 13711279.

HSL color Cylindrical-coordinate representation of color #AF37D1: hue angle of 286.75º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF37D1 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 55 209 -
CMYK 0.16 0.74 0 0.18
HSL 286.75º 0.63% 0.52% -
HSV(B) 286.75º 0.74% 0.82% -
XYZ 30.55 16.45 61.89 -
YUV 108.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 175 55 209 0.16 0.74 0 0.18 286.75 0.63 0.52
Hex AF 37 D1 10 4A 0 12 11F 3F 34
Octal 257 67 321 20 112 0 22 437 77 64
Binary 10101111 110111 11010001 10000 1001010 0 10010 100011111 111111 110100

Color Harmonies of #AF37D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37D1

Black with #AF37D1

Text Example


Text Example

White with #AF37D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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