Html Css Color HEX #A818D2 Dark Violet

📋 copy color: '#A818D2'

red 168 ◦ green 24 ◦ blue 210

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

Shades of Dark Violet #A818D2

Tints of Dark Violet #A818D2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.97%

 BLUE value IS 210 (82.42% from 255) = 52.24%

R = 41.79%
G = 5.97%
B = 52.24%

CMYK

 C value IS 0.2

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A818D2 (or 0xA818D2) is known color: Dark Violet. HEX triplet: A8, 18 and D2. RGB value is (168,24,210). Sum of RGB (Red+Green+Blue) = 168+24+210=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #A818D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818D2 is #57E72D. Grayscale: #575757. Windows color (decimal): -5760814 or 13768872. OLE color: 13768872.

HSL color Cylindrical-coordinate representation of color #A818D2: hue angle of 286.45º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A818D2 is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 24 210 -
CMYK 0.2 0.89 0 0.18
HSL 286.45º 0.79% 0.46% -
HSV(B) 286.45º 0.89% 0.82% -
XYZ 28.11 13.63 62.12 -
YUV 88.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 168 24 210 0.2 0.89 0 0.18 286.45 0.79 0.46
Hex A8 18 D2 14 59 0 12 11E 4F 2E
Octal 250 30 322 24 131 0 22 436 117 56
Binary 10101000 11000 11010010 10100 1011001 0 10010 100011110 1001111 101110

Color Harmonies of #A818D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818D2

Black with #A818D2

Text Example


Text Example

White with #A818D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818D2; }

 p { color: rgb(168,24,210); }

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

background-color css

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

 a { background-color: rgb(168,24,210); }

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

border-color css

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

 span { border-color: rgb(168,24,210); }

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