Html Css Color HEX #A805C0 Dark Violet

📋 copy color: '#A805C0'

red 168 ◦ green 5 ◦ blue 192

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

Shades of Dark Violet #A805C0

Tints of Dark Violet #A805C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.6%

R = 46.03%
G = 1.37%
B = 52.6%

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

#A805C0 (or 0xA805C0) is known color: Dark Violet. HEX triplet: A8, 05 and C0. RGB value is (168,5,192). Sum of RGB (Red+Green+Blue) = 168+5+192=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #A805C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805C0 is #57FA3F. Grayscale: #4A4A4A. Windows color (decimal): -5765696 or 12584360. OLE color: 12584360.

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

Color convert

RGB 168 5 192 -
CMYK 0.12 0.97 0 0.25
HSL 292.3º 0.95% 0.39% -
HSV(B) 292.3º 0.97% 0.75% -
XYZ 25.72 12.24 50.88 -
YUV 75.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 168 5 192 0.12 0.97 0 0.25 292.3 0.95 0.39
Hex A8 5 C0 C 61 0 19 124 5F 27
Octal 250 5 300 14 141 0 31 444 137 47
Binary 10101000 101 11000000 1100 1100001 0 11001 100100100 1011111 100111

Color Harmonies of #A805C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805C0

Black with #A805C0

Text Example


Text Example

White with #A805C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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