Html Css Color HEX #A803CC Dark Violet

📋 copy color: '#A803CC'

red 168 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #A803CC

Tints of Dark Violet #A803CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 44.8%
G = 0.8%
B = 54.4%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A803CC (or 0xA803CC) is known color: Dark Violet. HEX triplet: A8, 03 and CC. RGB value is (168,3,204). Sum of RGB (Red+Green+Blue) = 168+3+204=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #A803CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A803CC is #57FC33. Grayscale: #4A4A4A. Windows color (decimal): -5766196 or 13370280. OLE color: 13370280.

HSL color Cylindrical-coordinate representation of color #A803CC: hue angle of 289.25º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803CC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 3 204 -
CMYK 0.18 0.99 0 0.2
HSL 289.25º 0.97% 0.41% -
HSV(B) 289.25º 0.99% 0.8% -
XYZ 27.08 12.75 58.16 -
YUV 75.25 200.66 194.16 -
System Red Green Blue C M Y K H S L
Decimal 168 3 204 0.18 0.99 0 0.2 289.25 0.97 0.41
Hex A8 3 CC 12 63 0 14 121 61 29
Octal 250 3 314 22 143 0 24 441 141 51
Binary 10101000 11 11001100 10010 1100011 0 10100 100100001 1100001 101001

Color Harmonies of #A803CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803CC

Black with #A803CC

Text Example


Text Example

White with #A803CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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