Html Css Color HEX #AA23CA Dark Orchid

📋 copy color: '#AA23CA'

red 170 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #AA23CA

Tints of Dark Orchid #AA23CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 41.77%
G = 8.6%
B = 49.63%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA23CA (or 0xAA23CA) is known color: Dark Orchid. HEX triplet: AA, 23 and CA. RGB value is (170,35,202). Sum of RGB (Red+Green+Blue) = 170+35+202=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA23CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23CA is #55DC35. Grayscale: #5D5D5D. Windows color (decimal): -5626934 or 13247402. OLE color: 13247402.

HSL color Cylindrical-coordinate representation of color #AA23CA: hue angle of 288.5º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA23CA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 35 202 -
CMYK 0.16 0.83 0 0.21
HSL 288.5º 0.7% 0.46% -
HSV(B) 288.5º 0.83% 0.79% -
XYZ 27.84 14.01 57.11 -
YUV 94.4 188.73 181.92 -
System Red Green Blue C M Y K H S L
Decimal 170 35 202 0.16 0.83 0 0.21 288.5 0.7 0.46
Hex AA 23 CA 10 53 0 15 121 46 2E
Octal 252 43 312 20 123 0 25 441 106 56
Binary 10101010 100011 11001010 10000 1010011 0 10101 100100001 1000110 101110

Color Harmonies of #AA23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23CA

Black with #AA23CA

Text Example


Text Example

White with #AA23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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