Html Css Color HEX #A813CE Dark Violet

📋 copy color: '#A813CE'

red 168 ◦ green 19 ◦ blue 206

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

Shades of Dark Violet #A813CE

Tints of Dark Violet #A813CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 42.75%
G = 4.83%
B = 52.42%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A813CE (or 0xA813CE) is known color: Dark Violet. HEX triplet: A8, 13 and CE. RGB value is (168,19,206). Sum of RGB (Red+Green+Blue) = 168+19+206=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #A813CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813CE is #57EC31. Grayscale: #545454. Windows color (decimal): -5762098 or 13505448. OLE color: 13505448.

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

Color convert

RGB 168 19 206 -
CMYK 0.18 0.91 0 0.19
HSL 287.81º 0.83% 0.44% -
HSV(B) 287.81º 0.91% 0.81% -
XYZ 27.52 13.25 59.5 -
YUV 84.87 196.36 187.29 -
System Red Green Blue C M Y K H S L
Decimal 168 19 206 0.18 0.91 0 0.19 287.81 0.83 0.44
Hex A8 13 CE 12 5B 0 13 120 53 2C
Octal 250 23 316 22 133 0 23 440 123 54
Binary 10101000 10011 11001110 10010 1011011 0 10011 100100000 1010011 101100

Color Harmonies of #A813CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813CE

Black with #A813CE

Text Example


Text Example

White with #A813CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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