Html Css Color HEX #A900BD Dark Violet

📋 copy color: '#A900BD'

red 169 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #A900BD

Tints of Dark Violet #A900BD

RGB

 RED value IS 169 (66.41% from 255) = 47.21%

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

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

R = 47.21%
G = 0%
B = 52.79%

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

#A900BD (or 0xA900BD) is known color: Dark Violet. HEX triplet: A9, 00 and BD. RGB value is (169,0,189). Sum of RGB (Red+Green+Blue) = 169+0+189=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #A900BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900BD is #56FF42. Grayscale: #474747. Windows color (decimal): -5701443 or 12386473. OLE color: 12386473.

HSL color Cylindrical-coordinate representation of color #A900BD: hue angle of 293.65º 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 #A900BD is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 0 189 -
CMYK 0.11 1 0 0.26
HSL 293.65º 1% 0.37% -
HSV(B) 293.65º 1% 0.74% -
XYZ 25.55 12.11 49.13 -
YUV 72.08 193.99 197.13 -
System Red Green Blue C M Y K H S L
Decimal 169 0 189 0.11 1 0 0.26 293.65 1 0.37
Hex A9 0 BD B 64 0 1A 126 64 25
Octal 251 0 275 13 144 0 32 446 144 45
Binary 10101001 0 10111101 1011 1100100 0 11010 100100110 1100100 100101

Color Harmonies of #A900BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900BD

Black with #A900BD

Text Example


Text Example

White with #A900BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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