Html Css Color HEX #AA23BC Dark Orchid

📋 copy color: '#AA23BC'

red 170 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #AA23BC

Tints of Dark Orchid #AA23BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 43.26%
G = 8.91%
B = 47.84%

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

#AA23BC (or 0xAA23BC) is known color: Dark Orchid. HEX triplet: AA, 23 and BC. RGB value is (170,35,188). Sum of RGB (Red+Green+Blue) = 170+35+188=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA23BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23BC is #55DC43. Grayscale: #5C5C5C. Windows color (decimal): -5626948 or 12329898. OLE color: 12329898.

HSL color Cylindrical-coordinate representation of color #AA23BC: hue angle of 292.94º 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 #AA23BC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 35 188 -
CMYK 0.10 0.81 0 0.26
HSL 292.94º 0.69% 0.44% -
HSV(B) 292.94º 0.81% 0.74% -
XYZ 26.26 13.38 48.78 -
YUV 92.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 170 35 188 0.10 0.81 0 0.26 292.94 0.69 0.44
Hex AA 23 BC A 51 0 1A 125 45 2C
Octal 252 43 274 12 121 0 32 445 105 54
Binary 10101010 100011 10111100 1010 1010001 0 11010 100100101 1000101 101100

Color Harmonies of #AA23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23BC

Black with #AA23BC

Text Example


Text Example

White with #AA23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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