Html Css Color HEX #A000BE Dark Violet

📋 copy color: '#A000BE'

red 160 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #A000BE

Tints of Dark Violet #A000BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A000BE (or 0xA000BE) is known color: Dark Violet. HEX triplet: A0, 00 and BE. RGB value is (160,0,190). Sum of RGB (Red+Green+Blue) = 160+0+190=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #A000BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000BE is #5FFF41. Grayscale: #444444. Windows color (decimal): -6291266 or 12452000. OLE color: 12452000.

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

Color convert

RGB 160 0 190 -
CMYK 0.16 1 0 0.25
HSL 290.53º 1% 0.37% -
HSV(B) 290.53º 1% 0.75% -
XYZ 23.79 11.19 49.62 -
YUV 69.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 160 0 190 0.16 1 0 0.25 290.53 1 0.37
Hex A0 0 BE 10 64 0 19 123 64 25
Octal 240 0 276 20 144 0 31 443 144 45
Binary 10100000 0 10111110 10000 1100100 0 11001 100100011 1100100 100101

Color Harmonies of #A000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000BE

Black with #A000BE

Text Example


Text Example

White with #A000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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