Html Css Color HEX #A805C1 Dark Violet

📋 copy color: '#A805C1'

red 168 ◦ green 5 ◦ blue 193

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

Shades of Dark Violet #A805C1

Tints of Dark Violet #A805C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 45.9%
G = 1.37%
B = 52.73%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A805C1 (or 0xA805C1) is known color: Dark Violet. HEX triplet: A8, 05 and C1. RGB value is (168,5,193). Sum of RGB (Red+Green+Blue) = 168+5+193=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #A805C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805C1 is #57FA3E. Grayscale: #4A4A4A. Windows color (decimal): -5765695 or 12649896. OLE color: 12649896.

HSL color Cylindrical-coordinate representation of color #A805C1: hue angle of 292.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805C1 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 5 193 -
CMYK 0.13 0.97 0 0.24
HSL 292.02º 0.95% 0.39% -
HSV(B) 292.02º 0.97% 0.76% -
XYZ 25.83 12.28 51.46 -
YUV 75.17 194.5 194.21 -
System Red Green Blue C M Y K H S L
Decimal 168 5 193 0.13 0.97 0 0.24 292.02 0.95 0.39
Hex A8 5 C1 D 61 0 18 124 5F 27
Octal 250 5 301 15 141 0 30 444 137 47
Binary 10101000 101 11000001 1101 1100001 0 11000 100100100 1011111 100111

Color Harmonies of #A805C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805C1

Black with #A805C1

Text Example


Text Example

White with #A805C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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