Html Css Color HEX #AA37CF Dark Orchid

📋 copy color: '#AA37CF'

red 170 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #AA37CF

Tints of Dark Orchid #AA37CF

RGB

 RED value IS 170 (66.8% from 255) = 39.35%

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 39.35%
G = 12.73%
B = 47.92%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA37CF (or 0xAA37CF) is known color: Dark Orchid. HEX triplet: AA, 37 and CF. RGB value is (170,55,207). Sum of RGB (Red+Green+Blue) = 170+55+207=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA37CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37CF is #55C830. Grayscale: #6A6A6A. Windows color (decimal): -5621809 or 13580202. OLE color: 13580202.

HSL color Cylindrical-coordinate representation of color #AA37CF: hue angle of 285.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA37CF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 55 207 -
CMYK 0.18 0.73 0 0.19
HSL 285.39º 0.61% 0.51% -
HSV(B) 285.39º 0.73% 0.81% -
XYZ 29.21 15.78 60.54 -
YUV 106.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 170 55 207 0.18 0.73 0 0.19 285.39 0.61 0.51
Hex AA 37 CF 12 49 0 13 11D 3D 33
Octal 252 67 317 22 111 0 23 435 75 63
Binary 10101010 110111 11001111 10010 1001001 0 10011 100011101 111101 110011

Color Harmonies of #AA37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37CF

Black with #AA37CF

Text Example


Text Example

White with #AA37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37CF; }

 p { color: rgb(170,55,207); }

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

background-color css

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

 a { background-color: rgb(170,55,207); }

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

border-color css

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

 span { border-color: rgb(170,55,207); }

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