Html Css Color HEX #A308EE Dark Violet

📋 copy color: '#A308EE'

red 163 ◦ green 8 ◦ blue 238

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

Shades of Dark Violet #A308EE

Tints of Dark Violet #A308EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.19%

R = 39.85%
G = 1.96%
B = 58.19%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A308EE (or 0xA308EE) is known color: Dark Violet. HEX triplet: A3, 08 and EE. RGB value is (163,8,238). Sum of RGB (Red+Green+Blue) = 163+8+238=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #A308EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308EE is #5CF711. Grayscale: #4F4F4F. Windows color (decimal): -6092562 or 15599779. OLE color: 15599779.

HSL color Cylindrical-coordinate representation of color #A308EE: hue angle of 280.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A308EE is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 8 238 -
CMYK 0.32 0.97 0 0.07
HSL 280.43º 0.93% 0.48% -
HSV(B) 280.43º 0.97% 0.93% -
XYZ 30.62 14.13 82 -
YUV 80.57 216.85 186.8 -
System Red Green Blue C M Y K H S L
Decimal 163 8 238 0.32 0.97 0 0.07 280.43 0.93 0.48
Hex A3 8 EE 20 61 0 7 118 5D 30
Octal 243 10 356 40 141 0 7 430 135 60
Binary 10100011 1000 11101110 100000 1100001 0 111 100011000 1011101 110000

Color Harmonies of #A308EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308EE

Black with #A308EE

Text Example


Text Example

White with #A308EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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