Html Css Color HEX #A30AEE Dark Violet

📋 copy color: '#A30AEE'

red 163 ◦ green 10 ◦ blue 238

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

Shades of Dark Violet #A30AEE

Tints of Dark Violet #A30AEE

RGB

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

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

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

R = 39.66%
G = 2.43%
B = 57.91%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A30AEE (or 0xA30AEE) is known color: Dark Violet. HEX triplet: A3, 0A and EE. RGB value is (163,10,238). Sum of RGB (Red+Green+Blue) = 163+10+238=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #A30AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AEE is #5CF511. Grayscale: #505050. Windows color (decimal): -6092050 or 15600291. OLE color: 15600291.

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

Color convert

RGB 163 10 238 -
CMYK 0.32 0.96 0 0.07
HSL 280.26º 0.92% 0.49% -
HSV(B) 280.26º 0.96% 0.93% -
XYZ 30.65 14.18 82.01 -
YUV 81.74 216.19 185.96 -
System Red Green Blue C M Y K H S L
Decimal 163 10 238 0.32 0.96 0 0.07 280.26 0.92 0.49
Hex A3 A EE 20 60 0 7 118 5C 31
Octal 243 12 356 40 140 0 7 430 134 61
Binary 10100011 1010 11101110 100000 1100000 0 111 100011000 1011100 110001

Color Harmonies of #A30AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AEE

Black with #A30AEE

Text Example


Text Example

White with #A30AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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