Html Css Color HEX #AA23BE Dark Orchid

📋 copy color: '#AA23BE'

red 170 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #AA23BE

Tints of Dark Orchid #AA23BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 43.04%
G = 8.86%
B = 48.1%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA23BE (or 0xAA23BE) is known color: Dark Orchid. HEX triplet: AA, 23 and BE. RGB value is (170,35,190). Sum of RGB (Red+Green+Blue) = 170+35+190=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23BE is #55DC41. Grayscale: #5C5C5C. Windows color (decimal): -5626946 or 12460970. OLE color: 12460970.

HSL color Cylindrical-coordinate representation of color #AA23BE: hue angle of 292.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA23BE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 35 190 -
CMYK 0.11 0.82 0 0.25
HSL 292.26º 0.69% 0.44% -
HSV(B) 292.26º 0.82% 0.75% -
XYZ 26.47 13.47 49.92 -
YUV 93.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 170 35 190 0.11 0.82 0 0.25 292.26 0.69 0.44
Hex AA 23 BE B 52 0 19 124 45 2C
Octal 252 43 276 13 122 0 31 444 105 54
Binary 10101010 100011 10111110 1011 1010010 0 11001 100100100 1000101 101100

Color Harmonies of #AA23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23BE

Black with #AA23BE

Text Example


Text Example

White with #AA23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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