Html Css Color HEX #AA23DF Dark Orchid

📋 copy color: '#AA23DF'

red 170 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #AA23DF

Tints of Dark Orchid #AA23DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 39.72%
G = 8.18%
B = 52.1%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA23DF (or 0xAA23DF) is known color: Dark Orchid. HEX triplet: AA, 23 and DF. RGB value is (170,35,223). Sum of RGB (Red+Green+Blue) = 170+35+223=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23DF is #55DC20. Grayscale: #606060. Windows color (decimal): -5626913 or 14623658. OLE color: 14623658.

HSL color Cylindrical-coordinate representation of color #AA23DF: hue angle of 283.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA23DF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 35 223 -
CMYK 0.24 0.84 0 0.13
HSL 283.09º 0.75% 0.51% -
HSV(B) 283.09º 0.84% 0.87% -
XYZ 30.5 15.08 71.11 -
YUV 96.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 170 35 223 0.24 0.84 0 0.13 283.09 0.75 0.51
Hex AA 23 DF 18 54 0 D 11B 4B 33
Octal 252 43 337 30 124 0 15 433 113 63
Binary 10101010 100011 11011111 11000 1010100 0 1101 100011011 1001011 110011

Color Harmonies of #AA23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23DF

Black with #AA23DF

Text Example


Text Example

White with #AA23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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