Html Css Color HEX #A508BB Dark Violet

📋 copy color: '#A508BB'

red 165 ◦ green 8 ◦ blue 187

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

Shades of Dark Violet #A508BB

Tints of Dark Violet #A508BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 45.83%
G = 2.22%
B = 51.94%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A508BB (or 0xA508BB) is known color: Dark Violet. HEX triplet: A5, 08 and BB. RGB value is (165,8,187). Sum of RGB (Red+Green+Blue) = 165+8+187=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #A508BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508BB is #5AF744. Grayscale: #4A4A4A. Windows color (decimal): -5961541 or 12257445. OLE color: 12257445.

HSL color Cylindrical-coordinate representation of color #A508BB: hue angle of 292.63º 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 #A508BB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 8 187 -
CMYK 0.12 0.96 0 0.27
HSL 292.63º 0.92% 0.38% -
HSV(B) 292.63º 0.96% 0.73% -
XYZ 24.57 11.76 47.99 -
YUV 75.35 191.01 191.95 -
System Red Green Blue C M Y K H S L
Decimal 165 8 187 0.12 0.96 0 0.27 292.63 0.92 0.38
Hex A5 8 BB C 60 0 1B 125 5C 26
Octal 245 10 273 14 140 0 33 445 134 46
Binary 10100101 1000 10111011 1100 1100000 0 11011 100100101 1011100 100110

Color Harmonies of #A508BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508BB

Black with #A508BB

Text Example


Text Example

White with #A508BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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