Html Css Color HEX #A005B4 Dark Violet

📋 copy color: '#A005B4'

red 160 ◦ green 5 ◦ blue 180

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

Shades of Dark Violet #A005B4

Tints of Dark Violet #A005B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.17%

R = 46.38%
G = 1.45%
B = 52.17%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A005B4 (or 0xA005B4) is known color: Dark Violet. HEX triplet: A0, 05 and B4. RGB value is (160,5,180). Sum of RGB (Red+Green+Blue) = 160+5+180=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #A005B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005B4 is #5FFA4B. Grayscale: #464646. Windows color (decimal): -6289996 or 11797920. OLE color: 11797920.

HSL color Cylindrical-coordinate representation of color #A005B4: hue angle of 293.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005B4 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 5 180 -
CMYK 0.11 0.97 0 0.29
HSL 293.14º 0.95% 0.36% -
HSV(B) 293.14º 0.97% 0.71% -
XYZ 22.79 10.88 44.08 -
YUV 71.3 189.35 191.27 -
System Red Green Blue C M Y K H S L
Decimal 160 5 180 0.11 0.97 0 0.29 293.14 0.95 0.36
Hex A0 5 B4 B 61 0 1D 125 5F 24
Octal 240 5 264 13 141 0 35 445 137 44
Binary 10100000 101 10110100 1011 1100001 0 11101 100100101 1011111 100100

Color Harmonies of #A005B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005B4

Black with #A005B4

Text Example


Text Example

White with #A005B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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