Html Css Color HEX #AA23AF Dark Orchid

📋 copy color: '#AA23AF'

red 170 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #AA23AF

Tints of Dark Orchid #AA23AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 44.74%
G = 9.21%
B = 46.05%

CMYK

 C value IS 0.03

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA23AF (or 0xAA23AF) is known color: Dark Orchid. HEX triplet: AA, 23 and AF. RGB value is (170,35,175). Sum of RGB (Red+Green+Blue) = 170+35+175=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA23AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23AF is #55DC50. Grayscale: #5A5A5A. Windows color (decimal): -5626961 or 11477930. OLE color: 11477930.

HSL color Cylindrical-coordinate representation of color #AA23AF: hue angle of 297.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA23AF is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 35 175 -
CMYK 0.03 0.8 0 0.31
HSL 297.86º 0.67% 0.41% -
HSV(B) 297.86º 0.8% 0.69% -
XYZ 24.92 12.84 41.72 -
YUV 91.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 170 35 175 0.03 0.8 0 0.31 297.86 0.67 0.41
Hex AA 23 AF 3 50 0 1F 12A 43 29
Octal 252 43 257 3 120 0 37 452 103 51
Binary 10101010 100011 10101111 11 1010000 0 11111 100101010 1000011 101001

Color Harmonies of #AA23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23AF

Black with #AA23AF

Text Example


Text Example

White with #AA23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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