Html Css Color HEX #AF37D7 Dark Orchid

📋 copy color: '#AF37D7'

red 175 ◦ green 55 ◦ blue 215

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

Shades of Dark Orchid #AF37D7

Tints of Dark Orchid #AF37D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 39.33%
G = 12.36%
B = 48.31%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF37D7 (or 0xAF37D7) is known color: Dark Orchid. HEX triplet: AF, 37 and D7. RGB value is (175,55,215). Sum of RGB (Red+Green+Blue) = 175+55+215=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF37D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37D7 is #50C828. Grayscale: #6C6C6C. Windows color (decimal): -5294121 or 14104495. OLE color: 14104495.

HSL color Cylindrical-coordinate representation of color #AF37D7: hue angle of 285º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF37D7 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 55 215 -
CMYK 0.19 0.74 0 0.16
HSL 285º 0.67% 0.53% -
HSV(B) 285º 0.74% 0.84% -
XYZ 31.31 16.75 65.87 -
YUV 109.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 175 55 215 0.19 0.74 0 0.16 285 0.67 0.53
Hex AF 37 D7 13 4A 0 10 11D 43 35
Octal 257 67 327 23 112 0 20 435 103 65
Binary 10101111 110111 11010111 10011 1001010 0 10000 100011101 1000011 110101

Color Harmonies of #AF37D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37D7

Black with #AF37D7

Text Example


Text Example

White with #AF37D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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