Html Css Color HEX #A803C9 Dark Violet

📋 copy color: '#A803C9'

red 168 ◦ green 3 ◦ blue 201

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

Shades of Dark Violet #A803C9

Tints of Dark Violet #A803C9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 45.16%
G = 0.81%
B = 54.03%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A803C9 (or 0xA803C9) is known color: Dark Violet. HEX triplet: A8, 03 and C9. RGB value is (168,3,201). Sum of RGB (Red+Green+Blue) = 168+3+201=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #A803C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A803C9 is #57FC36. Grayscale: #4A4A4A. Windows color (decimal): -5766199 or 13173672. OLE color: 13173672.

HSL color Cylindrical-coordinate representation of color #A803C9: hue angle of 290º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803C9 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 3 201 -
CMYK 0.16 0.99 0 0.21
HSL 290º 0.97% 0.4% -
HSV(B) 290º 0.99% 0.79% -
XYZ 26.72 12.61 56.28 -
YUV 74.91 199.16 194.4 -
System Red Green Blue C M Y K H S L
Decimal 168 3 201 0.16 0.99 0 0.21 290 0.97 0.4
Hex A8 3 C9 10 63 0 15 122 61 28
Octal 250 3 311 20 143 0 25 442 141 50
Binary 10101000 11 11001001 10000 1100011 0 10101 100100010 1100001 101000

Color Harmonies of #A803C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803C9

Black with #A803C9

Text Example


Text Example

White with #A803C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803C9; }

 p { color: rgb(168,3,201); }

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

background-color css

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

 a { background-color: rgb(168,3,201); }

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

border-color css

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

 span { border-color: rgb(168,3,201); }

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