Html Css Color HEX #A813CC Dark Violet

📋 copy color: '#A813CC'

red 168 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #A813CC

Tints of Dark Violet #A813CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 42.97%
G = 4.86%
B = 52.17%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A813CC (or 0xA813CC) is known color: Dark Violet. HEX triplet: A8, 13 and CC. RGB value is (168,19,204). Sum of RGB (Red+Green+Blue) = 168+19+204=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #A813CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813CC is #57EC33. Grayscale: #545454. Windows color (decimal): -5762100 or 13374376. OLE color: 13374376.

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

Color convert

RGB 168 19 204 -
CMYK 0.18 0.91 0 0.2
HSL 288.32º 0.83% 0.44% -
HSV(B) 288.32º 0.91% 0.8% -
XYZ 27.28 13.15 58.23 -
YUV 84.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 168 19 204 0.18 0.91 0 0.2 288.32 0.83 0.44
Hex A8 13 CC 12 5B 0 14 120 53 2C
Octal 250 23 314 22 133 0 24 440 123 54
Binary 10101000 10011 11001100 10010 1011011 0 10100 100100000 1010011 101100

Color Harmonies of #A813CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813CC

Black with #A813CC

Text Example


Text Example

White with #A813CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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