Html Css Color HEX #A818DF Dark Violet

📋 copy color: '#A818DF'

red 168 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #A818DF

Tints of Dark Violet #A818DF

RGB

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

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

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

R = 40.48%
G = 5.78%
B = 53.73%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A818DF (or 0xA818DF) is known color: Dark Violet. HEX triplet: A8, 18 and DF. RGB value is (168,24,223). Sum of RGB (Red+Green+Blue) = 168+24+223=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #A818DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818DF is #57E720. Grayscale: #595959. Windows color (decimal): -5760801 or 14620840. OLE color: 14620840.

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

Color convert

RGB 168 24 223 -
CMYK 0.25 0.89 0 0.13
HSL 283.42º 0.81% 0.48% -
HSV(B) 283.42º 0.89% 0.87% -
XYZ 29.79 14.31 71 -
YUV 89.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 168 24 223 0.25 0.89 0 0.13 283.42 0.81 0.48
Hex A8 18 DF 19 59 0 D 11B 51 30
Octal 250 30 337 31 131 0 15 433 121 60
Binary 10101000 11000 11011111 11001 1011001 0 1101 100011011 1010001 110000

Color Harmonies of #A818DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818DF

Black with #A818DF

Text Example


Text Example

White with #A818DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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