Html Css Color HEX #A508BA Dark Violet

📋 copy color: '#A508BA'

red 165 ◦ green 8 ◦ blue 186

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

Shades of Dark Violet #A508BA

Tints of Dark Violet #A508BA

RGB

 RED value IS 165 (64.84% from 255) = 45.96%

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 45.96%
G = 2.23%
B = 51.81%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A508BA (or 0xA508BA) is known color: Dark Violet. HEX triplet: A5, 08 and BA. RGB value is (165,8,186). Sum of RGB (Red+Green+Blue) = 165+8+186=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #A508BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508BA is #5AF745. Grayscale: #4A4A4A. Windows color (decimal): -5961542 or 12191909. OLE color: 12191909.

HSL color Cylindrical-coordinate representation of color #A508BA: hue angle of 292.92º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508BA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 8 186 -
CMYK 0.11 0.96 0 0.27
HSL 292.92º 0.92% 0.38% -
HSV(B) 292.92º 0.96% 0.73% -
XYZ 24.47 11.72 47.43 -
YUV 75.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 165 8 186 0.11 0.96 0 0.27 292.92 0.92 0.38
Hex A5 8 BA B 60 0 1B 125 5C 26
Octal 245 10 272 13 140 0 33 445 134 46
Binary 10100101 1000 10111010 1011 1100000 0 11011 100100101 1011100 100110

Color Harmonies of #A508BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508BA

Black with #A508BA

Text Example


Text Example

White with #A508BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508BA; }

 p { color: rgb(165,8,186); }

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

background-color css

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

 a { background-color: rgb(165,8,186); }

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

border-color css

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

 span { border-color: rgb(165,8,186); }

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