Html Css Color HEX #A800BA Dark Violet

📋 copy color: '#A800BA'

red 168 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #A800BA

Tints of Dark Violet #A800BA

RGB

 RED value IS 168 (66.02% from 255) = 47.46%

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 47.46%
G = 0%
B = 52.54%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A800BA (or 0xA800BA) is known color: Dark Violet. HEX triplet: A8, 00 and BA. RGB value is (168,0,186). Sum of RGB (Red+Green+Blue) = 168+0+186=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #A800BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800BA is #57FF45. Grayscale: #464646. Windows color (decimal): -5766982 or 12189864. OLE color: 12189864.

HSL color Cylindrical-coordinate representation of color #A800BA: hue angle of 294.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800BA is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 0 186 -
CMYK 0.10 1 0 0.27
HSL 294.19º 1% 0.36% -
HSV(B) 294.19º 1% 0.73% -
XYZ 25.01 11.87 47.43 -
YUV 71.44 192.66 196.88 -
System Red Green Blue C M Y K H S L
Decimal 168 0 186 0.10 1 0 0.27 294.19 1 0.36
Hex A8 0 BA A 64 0 1B 126 64 24
Octal 250 0 272 12 144 0 33 446 144 44
Binary 10101000 0 10111010 1010 1100100 0 11011 100100110 1100100 100100

Color Harmonies of #A800BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800BA

Black with #A800BA

Text Example


Text Example

White with #A800BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800BA; }

 p { color: rgb(168,0,186); }

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

background-color css

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

 a { background-color: rgb(168,0,186); }

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

border-color css

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

 span { border-color: rgb(168,0,186); }

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