Html Css Color HEX #AA25BE Dark Orchid

📋 copy color: '#AA25BE'

red 170 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #AA25BE

Tints of Dark Orchid #AA25BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 42.82%
G = 9.32%
B = 47.86%

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

#AA25BE (or 0xAA25BE) is known color: Dark Orchid. HEX triplet: AA, 25 and BE. RGB value is (170,37,190). Sum of RGB (Red+Green+Blue) = 170+37+190=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA25BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25BE is #55DA41. Grayscale: #5D5D5D. Windows color (decimal): -5626434 or 12461482. OLE color: 12461482.

HSL color Cylindrical-coordinate representation of color #AA25BE: hue angle of 292.16º degrees, saturation: 0.67, 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 #AA25BE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 37 190 -
CMYK 0.11 0.81 0 0.25
HSL 292.16º 0.67% 0.45% -
HSV(B) 292.16º 0.81% 0.75% -
XYZ 26.53 13.59 49.94 -
YUV 94.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 170 37 190 0.11 0.81 0 0.25 292.16 0.67 0.45
Hex AA 25 BE B 51 0 19 124 43 2D
Octal 252 45 276 13 121 0 31 444 103 55
Binary 10101010 100101 10111110 1011 1010001 0 11001 100100100 1000011 101101

Color Harmonies of #AA25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25BE

Black with #AA25BE

Text Example


Text Example

White with #AA25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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