Html Css Color HEX #AA25D5 Dark Orchid

📋 copy color: '#AA25D5'

red 170 ◦ green 37 ◦ blue 213

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

Shades of Dark Orchid #AA25D5

Tints of Dark Orchid #AA25D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 40.48%
G = 8.81%
B = 50.71%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA25D5 (or 0xAA25D5) is known color: Dark Orchid. HEX triplet: AA, 25 and D5. RGB value is (170,37,213). Sum of RGB (Red+Green+Blue) = 170+37+213=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA25D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25D5 is #55DA2A. Grayscale: #606060. Windows color (decimal): -5626411 or 13968810. OLE color: 13968810.

HSL color Cylindrical-coordinate representation of color #AA25D5: hue angle of 285.34º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA25D5 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 37 213 -
CMYK 0.20 0.83 0 0.16
HSL 285.34º 0.7% 0.49% -
HSV(B) 285.34º 0.83% 0.84% -
XYZ 29.25 14.67 64.24 -
YUV 96.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 170 37 213 0.20 0.83 0 0.16 285.34 0.7 0.49
Hex AA 25 D5 14 53 0 10 11D 46 31
Octal 252 45 325 24 123 0 20 435 106 61
Binary 10101010 100101 11010101 10100 1010011 0 10000 100011101 1000110 110001

Color Harmonies of #AA25D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25D5

Black with #AA25D5

Text Example


Text Example

White with #AA25D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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