Html Css Color HEX #A308E1 Dark Violet

📋 copy color: '#A308E1'

red 163 ◦ green 8 ◦ blue 225

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

Shades of Dark Violet #A308E1

Tints of Dark Violet #A308E1

RGB

 RED value IS 163 (64.06% from 255) = 41.16%

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 225 (88.28% from 255) = 56.82%

R = 41.16%
G = 2.02%
B = 56.82%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A308E1 (or 0xA308E1) is known color: Dark Violet. HEX triplet: A3, 08 and E1. RGB value is (163,8,225). Sum of RGB (Red+Green+Blue) = 163+8+225=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #A308E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308E1 is #5CF71E. Grayscale: #4E4E4E. Windows color (decimal): -6092575 or 14747811. OLE color: 14747811.

HSL color Cylindrical-coordinate representation of color #A308E1: hue angle of 282.86º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308E1 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 8 225 -
CMYK 0.28 0.96 0 0.12
HSL 282.86º 0.93% 0.46% -
HSV(B) 282.86º 0.96% 0.88% -
XYZ 28.78 13.4 72.3 -
YUV 79.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 163 8 225 0.28 0.96 0 0.12 282.86 0.93 0.46
Hex A3 8 E1 1C 60 0 C 11B 5D 2E
Octal 243 10 341 34 140 0 14 433 135 56
Binary 10100011 1000 11100001 11100 1100000 0 1100 100011011 1011101 101110

Color Harmonies of #A308E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308E1

Black with #A308E1

Text Example


Text Example

White with #A308E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308E1; }

 p { color: rgb(163,8,225); }

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

background-color css

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

 a { background-color: rgb(163,8,225); }

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

border-color css

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

 span { border-color: rgb(163,8,225); }

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