Html Css Color HEX #AA23BD Dark Orchid

📋 copy color: '#AA23BD'

red 170 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #AA23BD

Tints of Dark Orchid #AA23BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 43.15%
G = 8.88%
B = 47.97%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA23BD (or 0xAA23BD) is known color: Dark Orchid. HEX triplet: AA, 23 and BD. RGB value is (170,35,189). Sum of RGB (Red+Green+Blue) = 170+35+189=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23BD is #55DC42. Grayscale: #5C5C5C. Windows color (decimal): -5626947 or 12395434. OLE color: 12395434.

HSL color Cylindrical-coordinate representation of color #AA23BD: hue angle of 292.6º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA23BD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 35 189 -
CMYK 0.10 0.81 0 0.26
HSL 292.6º 0.69% 0.44% -
HSV(B) 292.6º 0.81% 0.74% -
XYZ 26.36 13.42 49.35 -
YUV 92.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 170 35 189 0.10 0.81 0 0.26 292.6 0.69 0.44
Hex AA 23 BD A 51 0 1A 125 45 2C
Octal 252 43 275 12 121 0 32 445 105 54
Binary 10101010 100011 10111101 1010 1010001 0 11010 100100101 1000101 101100

Color Harmonies of #AA23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23BD

Black with #AA23BD

Text Example


Text Example

White with #AA23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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