Html Css Color HEX #A00FBD Dark Violet

📋 copy color: '#A00FBD'

red 160 ◦ green 15 ◦ blue 189

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

Shades of Dark Violet #A00FBD

Tints of Dark Violet #A00FBD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

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

R = 43.96%
G = 4.12%
B = 51.92%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A00FBD (or 0xA00FBD) is known color: Dark Violet. HEX triplet: A0, 0F and BD. RGB value is (160,15,189). Sum of RGB (Red+Green+Blue) = 160+15+189=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #A00FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FBD is #5FF042. Grayscale: #4D4D4D. Windows color (decimal): -6287427 or 12390304. OLE color: 12390304.

HSL color Cylindrical-coordinate representation of color #A00FBD: hue angle of 290º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00FBD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 15 189 -
CMYK 0.15 0.92 0 0.26
HSL 290º 0.85% 0.4% -
HSV(B) 290º 0.92% 0.74% -
XYZ 23.85 11.49 49.1 -
YUV 78.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 160 15 189 0.15 0.92 0 0.26 290 0.85 0.4
Hex A0 F BD F 5C 0 1A 122 55 28
Octal 240 17 275 17 134 0 32 442 125 50
Binary 10100000 1111 10111101 1111 1011100 0 11010 100100010 1010101 101000

Color Harmonies of #A00FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FBD

Black with #A00FBD

Text Example


Text Example

White with #A00FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FBD; }

 p { color: rgb(160,15,189); }

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

background-color css

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

 a { background-color: rgb(160,15,189); }

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

border-color css

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

 span { border-color: rgb(160,15,189); }

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