Html Css Color HEX #AA25BF Dark Orchid

📋 copy color: '#AA25BF'

red 170 ◦ green 37 ◦ blue 191

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

Shades of Dark Orchid #AA25BF

Tints of Dark Orchid #AA25BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 42.71%
G = 9.3%
B = 47.99%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA25BF (or 0xAA25BF) is known color: Dark Orchid. HEX triplet: AA, 25 and BF. RGB value is (170,37,191). Sum of RGB (Red+Green+Blue) = 170+37+191=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA25BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25BF is #55DA40. Grayscale: #5D5D5D. Windows color (decimal): -5626433 or 12527018. OLE color: 12527018.

HSL color Cylindrical-coordinate representation of color #AA25BF: hue angle of 291.82º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA25BF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 37 191 -
CMYK 0.11 0.81 0 0.25
HSL 291.82º 0.68% 0.45% -
HSV(B) 291.82º 0.81% 0.75% -
XYZ 26.64 13.63 50.52 -
YUV 94.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 170 37 191 0.11 0.81 0 0.25 291.82 0.68 0.45
Hex AA 25 BF B 51 0 19 124 44 2D
Octal 252 45 277 13 121 0 31 444 104 55
Binary 10101010 100101 10111111 1011 1010001 0 11001 100100100 1000100 101101

Color Harmonies of #AA25BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25BF

Black with #AA25BF

Text Example


Text Example

White with #AA25BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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