Html Css Color HEX #A819E7 Dark Violet

📋 copy color: '#A819E7'

red 168 ◦ green 25 ◦ blue 231

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

Shades of Dark Violet #A819E7

Tints of Dark Violet #A819E7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.9%

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

R = 39.62%
G = 5.9%
B = 54.48%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A819E7 (or 0xA819E7) is known color: Dark Violet. HEX triplet: A8, 19 and E7. RGB value is (168,25,231). Sum of RGB (Red+Green+Blue) = 168+25+231=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 25 (10.16% from 255 or 5.90% 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 #A819E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819E7 is #57E618. Grayscale: #5A5A5A. Windows color (decimal): -5760537 or 15145384. OLE color: 15145384.

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

Color convert

RGB 168 25 231 -
CMYK 0.27 0.89 0 0.09
HSL 281.65º 0.81% 0.5% -
HSV(B) 281.65º 0.89% 0.91% -
XYZ 30.92 14.79 76.83 -
YUV 91.24 206.88 182.75 -
System Red Green Blue C M Y K H S L
Decimal 168 25 231 0.27 0.89 0 0.09 281.65 0.81 0.5
Hex A8 19 E7 1B 59 0 9 11A 51 32
Octal 250 31 347 33 131 0 11 432 121 62
Binary 10101000 11001 11100111 11011 1011001 0 1001 100011010 1010001 110010

Color Harmonies of #A819E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819E7

Black with #A819E7

Text Example


Text Example

White with #A819E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819E7; }

 p { color: rgb(168,25,231); }

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

background-color css

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

 a { background-color: rgb(168,25,231); }

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

border-color css

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

 span { border-color: rgb(168,25,231); }

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