Html Css Color HEX #A0509C Violet Blue

📋 copy color: '#A0509C'

red 160 ◦ green 80 ◦ blue 156

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

Shades of Violet Blue #A0509C

Tints of Violet Blue #A0509C

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 40.4%
G = 20.2%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0509C (or 0xA0509C) is known color: Violet Blue. HEX triplet: A0, 50 and 9C. RGB value is (160,80,156). Sum of RGB (Red+Green+Blue) = 160+80+156=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A0509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0509C is #5FAF63. Grayscale: #707070. Windows color (decimal): -6270820 or 10244256. OLE color: 10244256.

HSL color Cylindrical-coordinate representation of color #A0509C: hue angle of 303º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0509C is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 156 -
CMYK 0 0.5 0.02 0.37
HSL 303º 0.33% 0.47% -
HSV(B) 303º 0.5% 0.63% -
XYZ 23.37 15.61 33.23 -
YUV 112.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 160 80 156 0 0.5 0.02 0.37 303 0.33 0.47
Hex A0 50 9C 0 32 2 25 12F 21 2F
Octal 240 120 234 0 62 2 45 457 41 57
Binary 10100000 1010000 10011100 0 110010 10 100101 100101111 100001 101111

Color Harmonies of #A0509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0509C

Black with #A0509C

Text Example


Text Example

White with #A0509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0509C; }

 p { color: rgb(160,80,156); }

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

background-color css

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

 a { background-color: rgb(160,80,156); }

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

border-color css

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

 span { border-color: rgb(160,80,156); }

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