Html Css Color HEX #A506BA Dark Violet

📋 copy color: '#A506BA'

red 165 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #A506BA

Tints of Dark Violet #A506BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 46.22%
G = 1.68%
B = 52.1%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A506BA (or 0xA506BA) is known color: Dark Violet. HEX triplet: A5, 06 and BA. RGB value is (165,6,186). Sum of RGB (Red+Green+Blue) = 165+6+186=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A506BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506BA is #5AF945. Grayscale: #494949. Windows color (decimal): -5962054 or 12191397. OLE color: 12191397.

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

Color convert

RGB 165 6 186 -
CMYK 0.11 0.97 0 0.27
HSL 293º 0.94% 0.38% -
HSV(B) 293º 0.97% 0.73% -
XYZ 24.45 11.67 47.42 -
YUV 74.06 191.18 192.86 -
System Red Green Blue C M Y K H S L
Decimal 165 6 186 0.11 0.97 0 0.27 293 0.94 0.38
Hex A5 6 BA B 61 0 1B 125 5E 26
Octal 245 6 272 13 141 0 33 445 136 46
Binary 10100101 110 10111010 1011 1100001 0 11011 100100101 1011110 100110

Color Harmonies of #A506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A506BA

Black with #A506BA

Text Example


Text Example

White with #A506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A506BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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