Html Css Color HEX #A005BD Dark Violet

📋 copy color: '#A005BD'

red 160 ◦ green 5 ◦ blue 189

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

Shades of Dark Violet #A005BD

Tints of Dark Violet #A005BD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 45.2%
G = 1.41%
B = 53.39%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A005BD (or 0xA005BD) is known color: Dark Violet. HEX triplet: A0, 05 and BD. RGB value is (160,5,189). Sum of RGB (Red+Green+Blue) = 160+5+189=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #A005BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005BD is #5FFA42. Grayscale: #474747. Windows color (decimal): -6289987 or 12387744. OLE color: 12387744.

HSL color Cylindrical-coordinate representation of color #A005BD: hue angle of 290.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005BD is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 5 189 -
CMYK 0.15 0.97 0 0.26
HSL 290.54º 0.95% 0.38% -
HSV(B) 290.54º 0.97% 0.74% -
XYZ 23.74 11.26 49.07 -
YUV 72.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 160 5 189 0.15 0.97 0 0.26 290.54 0.95 0.38
Hex A0 5 BD F 61 0 1A 123 5F 26
Octal 240 5 275 17 141 0 32 443 137 46
Binary 10100000 101 10111101 1111 1100001 0 11010 100100011 1011111 100110

Color Harmonies of #A005BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005BD

Black with #A005BD

Text Example


Text Example

White with #A005BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005BD; }

 p { color: rgb(160,5,189); }

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

background-color css

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

 a { background-color: rgb(160,5,189); }

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

border-color css

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

 span { border-color: rgb(160,5,189); }

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