Html Css Color HEX #A816CD Dark Violet

📋 copy color: '#A816CD'

red 168 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #A816CD

Tints of Dark Violet #A816CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 42.53%
G = 5.57%
B = 51.9%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A816CD (or 0xA816CD) is known color: Dark Violet. HEX triplet: A8, 16 and CD. RGB value is (168,22,205). Sum of RGB (Red+Green+Blue) = 168+22+205=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #A816CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816CD is #57E932. Grayscale: #555555. Windows color (decimal): -5761331 or 13440680. OLE color: 13440680.

HSL color Cylindrical-coordinate representation of color #A816CD: hue angle of 287.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816CD is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 22 205 -
CMYK 0.18 0.89 0 0.20
HSL 287.87º 0.81% 0.45% -
HSV(B) 287.87º 0.89% 0.8% -
XYZ 27.45 13.31 58.88 -
YUV 86.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 168 22 205 0.18 0.89 0 0.20 287.87 0.81 0.45
Hex A8 16 CD 12 59 0 14 120 51 2D
Octal 250 26 315 22 131 0 24 440 121 55
Binary 10101000 10110 11001101 10010 1011001 0 10100 100100000 1010001 101101

Color Harmonies of #A816CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816CD

Black with #A816CD

Text Example


Text Example

White with #A816CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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