Html Css Color HEX #A30AEC Dark Violet

📋 copy color: '#A30AEC'

red 163 ◦ green 10 ◦ blue 236

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

Shades of Dark Violet #A30AEC

Tints of Dark Violet #A30AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 39.85%
G = 2.44%
B = 57.7%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A30AEC (or 0xA30AEC) is known color: Dark Violet. HEX triplet: A3, 0A and EC. RGB value is (163,10,236). Sum of RGB (Red+Green+Blue) = 163+10+236=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #A30AEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AEC is #5CF513. Grayscale: #505050. Windows color (decimal): -6092052 or 15469219. OLE color: 15469219.

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

Color convert

RGB 163 10 236 -
CMYK 0.31 0.96 0 0.07
HSL 280.62º 0.92% 0.48% -
HSV(B) 280.62º 0.96% 0.93% -
XYZ 30.35 14.06 80.47 -
YUV 81.51 215.19 186.12 -
System Red Green Blue C M Y K H S L
Decimal 163 10 236 0.31 0.96 0 0.07 280.62 0.92 0.48
Hex A3 A EC 1F 60 0 7 119 5C 30
Octal 243 12 354 37 140 0 7 431 134 60
Binary 10100011 1010 11101100 11111 1100000 0 111 100011001 1011100 110000

Color Harmonies of #A30AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AEC

Black with #A30AEC

Text Example


Text Example

White with #A30AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AEC; }

 p { color: rgb(163,10,236); }

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

background-color css

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

 a { background-color: rgb(163,10,236); }

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

border-color css

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

 span { border-color: rgb(163,10,236); }

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