Html Css Color HEX #AA25DF Dark Orchid

📋 copy color: '#AA25DF'

red 170 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #AA25DF

Tints of Dark Orchid #AA25DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 39.53%
G = 8.6%
B = 51.86%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA25DF (or 0xAA25DF) is known color: Dark Orchid. HEX triplet: AA, 25 and DF. RGB value is (170,37,223). Sum of RGB (Red+Green+Blue) = 170+37+223=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA25DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25DF is #55DA20. Grayscale: #616161. Windows color (decimal): -5626401 or 14624170. OLE color: 14624170.

HSL color Cylindrical-coordinate representation of color #AA25DF: hue angle of 282.9º degrees, saturation: 0.74, 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 #AA25DF is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 37 223 -
CMYK 0.24 0.83 0 0.13
HSL 282.9º 0.74% 0.51% -
HSV(B) 282.9º 0.83% 0.87% -
XYZ 30.56 15.2 71.13 -
YUV 97.97 198.56 179.38 -
System Red Green Blue C M Y K H S L
Decimal 170 37 223 0.24 0.83 0 0.13 282.9 0.74 0.51
Hex AA 25 DF 18 53 0 D 11B 4A 33
Octal 252 45 337 30 123 0 15 433 112 63
Binary 10101010 100101 11011111 11000 1010011 0 1101 100011011 1001010 110011

Color Harmonies of #AA25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25DF

Black with #AA25DF

Text Example


Text Example

White with #AA25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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