Html Css Color HEX #AA25DC Dark Orchid

📋 copy color: '#AA25DC'

red 170 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #AA25DC

Tints of Dark Orchid #AA25DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 39.81%
G = 8.67%
B = 51.52%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA25DC (or 0xAA25DC) is known color: Dark Orchid. HEX triplet: AA, 25 and DC. RGB value is (170,37,220). Sum of RGB (Red+Green+Blue) = 170+37+220=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA25DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25DC is #55DA23. Grayscale: #616161. Windows color (decimal): -5626404 or 14427562. OLE color: 14427562.

HSL color Cylindrical-coordinate representation of color #AA25DC: hue angle of 283.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA25DC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 37 220 -
CMYK 0.23 0.83 0 0.14
HSL 283.61º 0.72% 0.5% -
HSV(B) 283.61º 0.83% 0.86% -
XYZ 30.16 15.04 69.02 -
YUV 97.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 170 37 220 0.23 0.83 0 0.14 283.61 0.72 0.5
Hex AA 25 DC 17 53 0 E 11C 48 32
Octal 252 45 334 27 123 0 16 434 110 62
Binary 10101010 100101 11011100 10111 1010011 0 1110 100011100 1001000 110010

Color Harmonies of #AA25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25DC

Black with #AA25DC

Text Example


Text Example

White with #AA25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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