Html Css Color HEX #A805BE Dark Violet

📋 copy color: '#A805BE'

red 168 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #A805BE

Tints of Dark Violet #A805BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 46.28%
G = 1.38%
B = 52.34%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A805BE (or 0xA805BE) is known color: Dark Violet. HEX triplet: A8, 05 and BE. RGB value is (168,5,190). Sum of RGB (Red+Green+Blue) = 168+5+190=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #A805BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805BE is #57FA41. Grayscale: #4A4A4A. Windows color (decimal): -5765698 or 12453288. OLE color: 12453288.

HSL color Cylindrical-coordinate representation of color #A805BE: hue angle of 292.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805BE is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 5 190 -
CMYK 0.12 0.97 0 0.25
HSL 292.86º 0.95% 0.38% -
HSV(B) 292.86º 0.97% 0.75% -
XYZ 25.5 12.15 49.72 -
YUV 74.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 168 5 190 0.12 0.97 0 0.25 292.86 0.95 0.38
Hex A8 5 BE C 61 0 19 125 5F 26
Octal 250 5 276 14 141 0 31 445 137 46
Binary 10101000 101 10111110 1100 1100001 0 11001 100100101 1011111 100110

Color Harmonies of #A805BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805BE

Black with #A805BE

Text Example


Text Example

White with #A805BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805BE; }

 p { color: rgb(168,5,190); }

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

background-color css

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

 a { background-color: rgb(168,5,190); }

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

border-color css

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

 span { border-color: rgb(168,5,190); }

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