Html Css Color HEX #A816DF Dark Violet

📋 copy color: '#A816DF'

red 168 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #A816DF

Tints of Dark Violet #A816DF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.33%

 BLUE value IS 223 (87.5% from 255) = 54%

R = 40.68%
G = 5.33%
B = 54%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A816DF (or 0xA816DF) is known color: Dark Violet. HEX triplet: A8, 16 and DF. RGB value is (168,22,223). Sum of RGB (Red+Green+Blue) = 168+22+223=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #A816DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816DF is #57E920. Grayscale: #575757. Windows color (decimal): -5761313 or 14620328. OLE color: 14620328.

HSL color Cylindrical-coordinate representation of color #A816DF: hue angle of 283.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A816DF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 22 223 -
CMYK 0.25 0.90 0 0.13
HSL 283.58º 0.82% 0.48% -
HSV(B) 283.58º 0.9% 0.87% -
XYZ 29.75 14.23 70.99 -
YUV 88.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 168 22 223 0.25 0.90 0 0.13 283.58 0.82 0.48
Hex A8 16 DF 19 5A 0 D 11C 52 30
Octal 250 26 337 31 132 0 15 434 122 60
Binary 10101000 10110 11011111 11001 1011010 0 1101 100011100 1010010 110000

Color Harmonies of #A816DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816DF

Black with #A816DF

Text Example


Text Example

White with #A816DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816DF; }

 p { color: rgb(168,22,223); }

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

background-color css

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

 a { background-color: rgb(168,22,223); }

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

border-color css

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

 span { border-color: rgb(168,22,223); }

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