Html Css Color HEX #A800BD Dark Violet

📋 copy color: '#A800BD'

red 168 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #A800BD

Tints of Dark Violet #A800BD

RGB

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

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

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

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A800BD (or 0xA800BD) is known color: Dark Violet. HEX triplet: A8, 00 and BD. RGB value is (168,0,189). Sum of RGB (Red+Green+Blue) = 168+0+189=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #A800BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800BD is #57FF42. Grayscale: #474747. Windows color (decimal): -5766979 or 12386472. OLE color: 12386472.

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

Color convert

RGB 168 0 189 -
CMYK 0.11 1 0 0.26
HSL 293.33º 1% 0.37% -
HSV(B) 293.33º 1% 0.74% -
XYZ 25.33 12 49.12 -
YUV 71.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 168 0 189 0.11 1 0 0.26 293.33 1 0.37
Hex A8 0 BD B 64 0 1A 125 64 25
Octal 250 0 275 13 144 0 32 445 144 45
Binary 10101000 0 10111101 1011 1100100 0 11010 100100101 1100100 100101

Color Harmonies of #A800BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800BD

Black with #A800BD

Text Example


Text Example

White with #A800BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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