Html Css Color HEX #AA25C6 Dark Orchid

📋 copy color: '#AA25C6'

red 170 ◦ green 37 ◦ blue 198

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

Shades of Dark Orchid #AA25C6

Tints of Dark Orchid #AA25C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 41.98%
G = 9.14%
B = 48.89%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA25C6 (or 0xAA25C6) is known color: Dark Orchid. HEX triplet: AA, 25 and C6. RGB value is (170,37,198). Sum of RGB (Red+Green+Blue) = 170+37+198=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA25C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25C6 is #55DA39. Grayscale: #5E5E5E. Windows color (decimal): -5626426 or 12985770. OLE color: 12985770.

HSL color Cylindrical-coordinate representation of color #AA25C6: hue angle of 289.57º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA25C6 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 37 198 -
CMYK 0.14 0.81 0 0.22
HSL 289.57º 0.69% 0.46% -
HSV(B) 289.57º 0.81% 0.78% -
XYZ 27.43 13.95 54.67 -
YUV 95.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 170 37 198 0.14 0.81 0 0.22 289.57 0.69 0.46
Hex AA 25 C6 E 51 0 16 122 45 2E
Octal 252 45 306 16 121 0 26 442 105 56
Binary 10101010 100101 11000110 1110 1010001 0 10110 100100010 1000101 101110

Color Harmonies of #AA25C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25C6

Black with #AA25C6

Text Example


Text Example

White with #AA25C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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