Html Css Color HEX #A2509A Violet Blue

📋 copy color: '#A2509A'

red 162 ◦ green 80 ◦ blue 154

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

Shades of Violet Blue #A2509A

Tints of Violet Blue #A2509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 40.91%
G = 20.2%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2509A (or 0xA2509A) is known color: Violet Blue. HEX triplet: A2, 50 and 9A. RGB value is (162,80,154). Sum of RGB (Red+Green+Blue) = 162+80+154=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A2509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2509A is #5DAF65. Grayscale: #707070. Windows color (decimal): -6139750 or 10113186. OLE color: 10113186.

HSL color Cylindrical-coordinate representation of color #A2509A: hue angle of 305.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2509A is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 154 -
CMYK 0 0.51 0.05 0.36
HSL 305.85º 0.34% 0.47% -
HSV(B) 305.85º 0.51% 0.64% -
XYZ 23.6 15.75 32.37 -
YUV 112.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 162 80 154 0 0.51 0.05 0.36 305.85 0.34 0.47
Hex A2 50 9A 0 33 5 24 132 22 2F
Octal 242 120 232 0 63 5 44 462 42 57
Binary 10100010 1010000 10011010 0 110011 101 100100 100110010 100010 101111

Color Harmonies of #A2509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2509A

Black with #A2509A

Text Example


Text Example

White with #A2509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2509A; }

 p { color: rgb(162,80,154); }

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

background-color css

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

 a { background-color: rgb(162,80,154); }

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

border-color css

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

 span { border-color: rgb(162,80,154); }

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