Html Css Color HEX #A225A9 Dark Orchid

📋 copy color: '#A225A9'

red 162 ◦ green 37 ◦ blue 169

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

Shades of Dark Orchid #A225A9

Tints of Dark Orchid #A225A9

RGB

 RED value IS 162 (63.67% from 255) = 44.02%

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

 BLUE value IS 169 (66.41% from 255) = 45.92%

R = 44.02%
G = 10.05%
B = 45.92%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A225A9 (or 0xA225A9) is known color: Dark Orchid. HEX triplet: A2, 25 and A9. RGB value is (162,37,169). Sum of RGB (Red+Green+Blue) = 162+37+169=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #A225A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A225A9 is #5DDA56. Grayscale: #595959. Windows color (decimal): -6150743 or 11085218. OLE color: 11085218.

HSL color Cylindrical-coordinate representation of color #A225A9: hue angle of 296.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A225A9 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 37 169 -
CMYK 0.04 0.78 0 0.34
HSL 296.82º 0.64% 0.4% -
HSV(B) 296.82º 0.78% 0.66% -
XYZ 22.72 11.87 38.63 -
YUV 89.42 172.91 179.77 -
System Red Green Blue C M Y K H S L
Decimal 162 37 169 0.04 0.78 0 0.34 296.82 0.64 0.4
Hex A2 25 A9 4 4E 0 22 129 40 28
Octal 242 45 251 4 116 0 42 451 100 50
Binary 10100010 100101 10101001 100 1001110 0 100010 100101001 1000000 101000

Color Harmonies of #A225A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225A9

Black with #A225A9

Text Example


Text Example

White with #A225A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225A9; }

 p { color: rgb(162,37,169); }

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

background-color css

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

 a { background-color: rgb(162,37,169); }

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

border-color css

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

 span { border-color: rgb(162,37,169); }

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