Html Css Color HEX #AA23A8 Dark Orchid

📋 copy color: '#AA23A8'

red 170 ◦ green 35 ◦ blue 168

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

Shades of Dark Orchid #AA23A8

Tints of Dark Orchid #AA23A8

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 45.58%
G = 9.38%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA23A8 (or 0xAA23A8) is known color: Dark Orchid. HEX triplet: AA, 23 and A8. RGB value is (170,35,168). Sum of RGB (Red+Green+Blue) = 170+35+168=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA23A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23A8 is #55DC57. Grayscale: #5A5A5A. Windows color (decimal): -5626968 or 11019178. OLE color: 11019178.

HSL color Cylindrical-coordinate representation of color #AA23A8: hue angle of 300.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA23A8 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 168 -
CMYK 0 0.79 0.01 0.33
HSL 300.89º 0.66% 0.4% -
HSV(B) 300.89º 0.79% 0.67% -
XYZ 24.25 12.58 38.2 -
YUV 90.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 170 35 168 0 0.79 0.01 0.33 300.89 0.66 0.4
Hex AA 23 A8 0 4F 1 21 12D 42 28
Octal 252 43 250 0 117 1 41 455 102 50
Binary 10101010 100011 10101000 0 1001111 1 100001 100101101 1000010 101000

Color Harmonies of #AA23A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23A8

Black with #AA23A8

Text Example


Text Example

White with #AA23A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23A8; }

 p { color: rgb(170,35,168); }

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

background-color css

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

 a { background-color: rgb(170,35,168); }

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

border-color css

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

 span { border-color: rgb(170,35,168); }

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