Html Css Color HEX #AA25AC Dark Orchid

📋 copy color: '#AA25AC'

red 170 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #AA25AC

Tints of Dark Orchid #AA25AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 44.85%
G = 9.76%
B = 45.38%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA25AC (or 0xAA25AC) is known color: Dark Orchid. HEX triplet: AA, 25 and AC. RGB value is (170,37,172). Sum of RGB (Red+Green+Blue) = 170+37+172=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25AC is #55DA53. Grayscale: #5B5B5B. Windows color (decimal): -5626452 or 11281834. OLE color: 11281834.

HSL color Cylindrical-coordinate representation of color #AA25AC: hue angle of 299.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA25AC is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 37 172 -
CMYK 0.01 0.78 0 0.33
HSL 299.11º 0.65% 0.41% -
HSV(B) 299.11º 0.78% 0.67% -
XYZ 24.69 12.85 40.21 -
YUV 92.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 170 37 172 0.01 0.78 0 0.33 299.11 0.65 0.41
Hex AA 25 AC 1 4E 0 21 12B 41 29
Octal 252 45 254 1 116 0 41 453 101 51
Binary 10101010 100101 10101100 1 1001110 0 100001 100101011 1000001 101001

Color Harmonies of #AA25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25AC

Black with #AA25AC

Text Example


Text Example

White with #AA25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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