Html Css Color HEX #A805B7 Dark Violet

📋 copy color: '#A805B7'

red 168 ◦ green 5 ◦ blue 183

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

Shades of Dark Violet #A805B7

Tints of Dark Violet #A805B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.4%

R = 47.19%
G = 1.4%
B = 51.4%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A805B7 (or 0xA805B7) is known color: Dark Violet. HEX triplet: A8, 05 and B7. RGB value is (168,5,183). Sum of RGB (Red+Green+Blue) = 168+5+183=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #A805B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805B7 is #57FA48. Grayscale: #494949. Windows color (decimal): -5765705 or 11994536. OLE color: 11994536.

HSL color Cylindrical-coordinate representation of color #A805B7: hue angle of 294.94º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805B7 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 5 183 -
CMYK 0.08 0.97 0 0.28
HSL 294.94º 0.95% 0.37% -
HSV(B) 294.94º 0.97% 0.72% -
XYZ 24.75 11.85 45.78 -
YUV 74.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 168 5 183 0.08 0.97 0 0.28 294.94 0.95 0.37
Hex A8 5 B7 8 61 0 1C 127 5F 25
Octal 250 5 267 10 141 0 34 447 137 45
Binary 10101000 101 10110111 1000 1100001 0 11100 100100111 1011111 100101

Color Harmonies of #A805B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805B7

Black with #A805B7

Text Example


Text Example

White with #A805B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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