Html Css Color HEX #AA25DD Dark Orchid

📋 copy color: '#AA25DD'

red 170 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #AA25DD

Tints of Dark Orchid #AA25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 39.72%
G = 8.64%
B = 51.64%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA25DD (or 0xAA25DD) is known color: Dark Orchid. HEX triplet: AA, 25 and DD. RGB value is (170,37,221). Sum of RGB (Red+Green+Blue) = 170+37+221=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA25DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25DD is #55DA22. Grayscale: #616161. Windows color (decimal): -5626403 or 14493098. OLE color: 14493098.

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

Color convert

RGB 170 37 221 -
CMYK 0.23 0.83 0 0.13
HSL 283.37º 0.73% 0.51% -
HSV(B) 283.37º 0.83% 0.87% -
XYZ 30.29 15.09 69.72 -
YUV 97.74 197.56 179.54 -
System Red Green Blue C M Y K H S L
Decimal 170 37 221 0.23 0.83 0 0.13 283.37 0.73 0.51
Hex AA 25 DD 17 53 0 D 11B 49 33
Octal 252 45 335 27 123 0 15 433 111 63
Binary 10101010 100101 11011101 10111 1010011 0 1101 100011011 1001001 110011

Color Harmonies of #AA25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25DD

Black with #AA25DD

Text Example


Text Example

White with #AA25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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