Html Css Color HEX #A005BE Dark Violet

📋 copy color: '#A005BE'

red 160 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #A005BE

Tints of Dark Violet #A005BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 45.07%
G = 1.41%
B = 53.52%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A005BE (or 0xA005BE) is known color: Dark Violet. HEX triplet: A0, 05 and BE. RGB value is (160,5,190). Sum of RGB (Red+Green+Blue) = 160+5+190=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #A005BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005BE is #5FFA41. Grayscale: #474747. Windows color (decimal): -6289986 or 12453280. OLE color: 12453280.

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

Color convert

RGB 160 5 190 -
CMYK 0.16 0.97 0 0.25
HSL 290.27º 0.95% 0.38% -
HSV(B) 290.27º 0.97% 0.75% -
XYZ 23.85 11.3 49.64 -
YUV 72.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 160 5 190 0.16 0.97 0 0.25 290.27 0.95 0.38
Hex A0 5 BE 10 61 0 19 122 5F 26
Octal 240 5 276 20 141 0 31 442 137 46
Binary 10100000 101 10111110 10000 1100001 0 11001 100100010 1011111 100110

Color Harmonies of #A005BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005BE

Black with #A005BE

Text Example


Text Example

White with #A005BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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