Html Css Color HEX #AA25CE Dark Orchid

📋 copy color: '#AA25CE'

red 170 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #AA25CE

Tints of Dark Orchid #AA25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 41.16%
G = 8.96%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA25CE (or 0xAA25CE) is known color: Dark Orchid. HEX triplet: AA, 25 and CE. RGB value is (170,37,206). Sum of RGB (Red+Green+Blue) = 170+37+206=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA25CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25CE is #55DA31. Grayscale: #5F5F5F. Windows color (decimal): -5626418 or 13510058. OLE color: 13510058.

HSL color Cylindrical-coordinate representation of color #AA25CE: hue angle of 287.22º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA25CE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 37 206 -
CMYK 0.17 0.82 0 0.19
HSL 287.22º 0.7% 0.48% -
HSV(B) 287.22º 0.82% 0.81% -
XYZ 28.38 14.33 59.66 -
YUV 96.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 170 37 206 0.17 0.82 0 0.19 287.22 0.7 0.48
Hex AA 25 CE 11 52 0 13 11F 46 30
Octal 252 45 316 21 122 0 23 437 106 60
Binary 10101010 100101 11001110 10001 1010010 0 10011 100011111 1000110 110000

Color Harmonies of #AA25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25CE

Black with #AA25CE

Text Example


Text Example

White with #AA25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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