Html Css Color HEX #AA25AF Dark Orchid

📋 copy color: '#AA25AF'

red 170 ◦ green 37 ◦ blue 175

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

Shades of Dark Orchid #AA25AF

Tints of Dark Orchid #AA25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 44.5%
G = 9.69%
B = 45.81%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA25AF (or 0xAA25AF) is known color: Dark Orchid. HEX triplet: AA, 25 and AF. RGB value is (170,37,175). Sum of RGB (Red+Green+Blue) = 170+37+175=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA25AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25AF is #55DA50. Grayscale: #5C5C5C. Windows color (decimal): -5626449 or 11478442. OLE color: 11478442.

HSL color Cylindrical-coordinate representation of color #AA25AF: hue angle of 297.83º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA25AF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 37 175 -
CMYK 0.03 0.79 0 0.31
HSL 297.83º 0.65% 0.42% -
HSV(B) 297.83º 0.79% 0.69% -
XYZ 24.98 12.96 41.74 -
YUV 92.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 170 37 175 0.03 0.79 0 0.31 297.83 0.65 0.42
Hex AA 25 AF 3 4F 0 1F 12A 41 2A
Octal 252 45 257 3 117 0 37 452 101 52
Binary 10101010 100101 10101111 11 1001111 0 11111 100101010 1000001 101010

Color Harmonies of #AA25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25AF

Black with #AA25AF

Text Example


Text Example

White with #AA25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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