Html Css Color HEX #AA32C8 Dark Orchid

📋 copy color: '#AA32C8'

red 170 ◦ green 50 ◦ blue 200

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

Shades of Dark Orchid #AA32C8

Tints of Dark Orchid #AA32C8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 200 (78.52% from 255) = 47.62%

R = 40.48%
G = 11.9%
B = 47.62%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA32C8 (or 0xAA32C8) is known color: Dark Orchid. HEX triplet: AA, 32 and C8. RGB value is (170,50,200). Sum of RGB (Red+Green+Blue) = 170+50+200=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA32C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32C8 is #55CD37. Grayscale: #666666. Windows color (decimal): -5623096 or 13120170. OLE color: 13120170.

HSL color Cylindrical-coordinate representation of color #AA32C8: hue angle of 288º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA32C8 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 50 200 -
CMYK 0.15 0.75 0 0.22
HSL 288º 0.6% 0.49% -
HSV(B) 288º 0.75% 0.78% -
XYZ 28.14 15 56.06 -
YUV 102.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 170 50 200 0.15 0.75 0 0.22 288 0.6 0.49
Hex AA 32 C8 F 4B 0 16 120 3C 31
Octal 252 62 310 17 113 0 26 440 74 61
Binary 10101010 110010 11001000 1111 1001011 0 10110 100100000 111100 110001

Color Harmonies of #AA32C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32C8

Black with #AA32C8

Text Example


Text Example

White with #AA32C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32C8; }

 p { color: rgb(170,50,200); }

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

background-color css

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

 a { background-color: rgb(170,50,200); }

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

border-color css

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

 span { border-color: rgb(170,50,200); }

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