Html Css Color HEX #A803DD Dark Violet

📋 copy color: '#A803DD'

red 168 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #A803DD

Tints of Dark Violet #A803DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 42.86%
G = 0.77%
B = 56.38%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A803DD (or 0xA803DD) is known color: Dark Violet. HEX triplet: A8, 03 and DD. RGB value is (168,3,221). Sum of RGB (Red+Green+Blue) = 168+3+221=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #A803DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A803DD is #57FC22. Grayscale: #4C4C4C. Windows color (decimal): -5766179 or 14484392. OLE color: 14484392.

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

Color convert

RGB 168 3 221 -
CMYK 0.24 0.99 0 0.13
HSL 285.41º 0.97% 0.44% -
HSV(B) 285.41º 0.99% 0.87% -
XYZ 29.23 13.61 69.49 -
YUV 77.19 209.16 192.77 -
System Red Green Blue C M Y K H S L
Decimal 168 3 221 0.24 0.99 0 0.13 285.41 0.97 0.44
Hex A8 3 DD 18 63 0 D 11D 61 2C
Octal 250 3 335 30 143 0 15 435 141 54
Binary 10101000 11 11011101 11000 1100011 0 1101 100011101 1100001 101100

Color Harmonies of #A803DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803DD

Black with #A803DD

Text Example


Text Example

White with #A803DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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