Html Css Color HEX #A001BD Dark Violet

📋 copy color: '#A001BD'

red 160 ◦ green 1 ◦ blue 189

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

Shades of Dark Violet #A001BD

Tints of Dark Violet #A001BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 45.71%
G = 0.29%
B = 54%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A001BD (or 0xA001BD) is known color: Dark Violet. HEX triplet: A0, 01 and BD. RGB value is (160,1,189). Sum of RGB (Red+Green+Blue) = 160+1+189=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #A001BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001BD is #5FFE42. Grayscale: #454545. Windows color (decimal): -6291011 or 12386720. OLE color: 12386720.

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

Color convert

RGB 160 1 189 -
CMYK 0.15 0.99 0 0.26
HSL 290.74º 0.99% 0.37% -
HSV(B) 290.74º 0.99% 0.74% -
XYZ 23.69 11.17 49.05 -
YUV 69.97 195.18 192.21 -
System Red Green Blue C M Y K H S L
Decimal 160 1 189 0.15 0.99 0 0.26 290.74 0.99 0.37
Hex A0 1 BD F 63 0 1A 123 63 25
Octal 240 1 275 17 143 0 32 443 143 45
Binary 10100000 1 10111101 1111 1100011 0 11010 100100011 1100011 100101

Color Harmonies of #A001BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001BD

Black with #A001BD

Text Example


Text Example

White with #A001BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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