Html Css Color HEX #A805BB Dark Violet

📋 copy color: '#A805BB'

red 168 ◦ green 5 ◦ blue 187

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

Shades of Dark Violet #A805BB

Tints of Dark Violet #A805BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 46.67%
G = 1.39%
B = 51.94%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A805BB (or 0xA805BB) is known color: Dark Violet. HEX triplet: A8, 05 and BB. RGB value is (168,5,187). Sum of RGB (Red+Green+Blue) = 168+5+187=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #A805BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805BB is #57FA44. Grayscale: #494949. Windows color (decimal): -5765701 or 12256680. OLE color: 12256680.

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

Color convert

RGB 168 5 187 -
CMYK 0.10 0.97 0 0.27
HSL 293.74º 0.95% 0.38% -
HSV(B) 293.74º 0.97% 0.73% -
XYZ 25.17 12.02 48.01 -
YUV 74.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 168 5 187 0.10 0.97 0 0.27 293.74 0.95 0.38
Hex A8 5 BB A 61 0 1B 126 5F 26
Octal 250 5 273 12 141 0 33 446 137 46
Binary 10101000 101 10111011 1010 1100001 0 11011 100100110 1011111 100110

Color Harmonies of #A805BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805BB

Black with #A805BB

Text Example


Text Example

White with #A805BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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