Html Css Color HEX #AA25AB Dark Orchid

📋 copy color: '#AA25AB'

red 170 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #AA25AB

Tints of Dark Orchid #AA25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.79%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 44.97%
G = 9.79%
B = 45.24%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA25AB (or 0xAA25AB) is known color: Dark Orchid. HEX triplet: AA, 25 and AB. RGB value is (170,37,171). Sum of RGB (Red+Green+Blue) = 170+37+171=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25AB is #55DA54. Grayscale: #5B5B5B. Windows color (decimal): -5626453 or 11216298. OLE color: 11216298.

HSL color Cylindrical-coordinate representation of color #AA25AB: hue angle of 299.55º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA25AB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 37 171 -
CMYK 0.01 0.78 0 0.33
HSL 299.55º 0.64% 0.41% -
HSV(B) 299.55º 0.78% 0.67% -
XYZ 24.59 12.81 39.7 -
YUV 92.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 170 37 171 0.01 0.78 0 0.33 299.55 0.64 0.41
Hex AA 25 AB 1 4E 0 21 12C 40 29
Octal 252 45 253 1 116 0 41 454 100 51
Binary 10101010 100101 10101011 1 1001110 0 100001 100101100 1000000 101001

Color Harmonies of #AA25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25AB

Black with #AA25AB

Text Example


Text Example

White with #AA25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25AB; }

 p { color: rgb(170,37,171); }

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

background-color css

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

 a { background-color: rgb(170,37,171); }

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

border-color css

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

 span { border-color: rgb(170,37,171); }

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