Html Css Color HEX #A918E7 Dark Violet

📋 copy color: '#A918E7'

red 169 ◦ green 24 ◦ blue 231

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

Shades of Dark Violet #A918E7

Tints of Dark Violet #A918E7

RGB

 RED value IS 169 (66.41% from 255) = 39.86%

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

 BLUE value IS 231 (90.63% from 255) = 54.48%

R = 39.86%
G = 5.66%
B = 54.48%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A918E7 (or 0xA918E7) is known color: Dark Violet. HEX triplet: A9, 18 and E7. RGB value is (169,24,231). Sum of RGB (Red+Green+Blue) = 169+24+231=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 231 (90.62% from 255 or 54.48% from 424); Max value from RGB is 231 - color contains mainly: blue. Hex color #A918E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A918E7 is #56E718. Grayscale: #5A5A5A. Windows color (decimal): -5695257 or 15145129. OLE color: 15145129.

HSL color Cylindrical-coordinate representation of color #A918E7: hue angle of 282.03º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A918E7 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 24 231 -
CMYK 0.27 0.90 0 0.09
HSL 282.03º 0.81% 0.5% -
HSV(B) 282.03º 0.9% 0.91% -
XYZ 31.11 14.86 76.83 -
YUV 90.95 207.04 183.67 -
System Red Green Blue C M Y K H S L
Decimal 169 24 231 0.27 0.90 0 0.09 282.03 0.81 0.5
Hex A9 18 E7 1B 5A 0 9 11A 51 32
Octal 251 30 347 33 132 0 11 432 121 62
Binary 10101001 11000 11100111 11011 1011010 0 1001 100011010 1010001 110010

Color Harmonies of #A918E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A918E7

Black with #A918E7

Text Example


Text Example

White with #A918E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A918E7; }

 p { color: rgb(169,24,231); }

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

background-color css

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

 a { background-color: rgb(169,24,231); }

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

border-color css

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

 span { border-color: rgb(169,24,231); }

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