Html Css Color HEX #A30EEA Dark Violet

📋 copy color: '#A30EEA'

red 163 ◦ green 14 ◦ blue 234

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

Shades of Dark Violet #A30EEA

Tints of Dark Violet #A30EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.41%

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 39.66%
G = 3.41%
B = 56.93%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A30EEA (or 0xA30EEA) is known color: Dark Violet. HEX triplet: A3, 0E and EA. RGB value is (163,14,234). Sum of RGB (Red+Green+Blue) = 163+14+234=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #A30EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EEA is #5CF115. Grayscale: #525252. Windows color (decimal): -6091030 or 15339171. OLE color: 15339171.

HSL color Cylindrical-coordinate representation of color #A30EEA: hue angle of 280.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30EEA is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 14 234 -
CMYK 0.30 0.94 0 0.08
HSL 280.64º 0.89% 0.49% -
HSV(B) 280.64º 0.94% 0.92% -
XYZ 30.11 14.04 78.97 -
YUV 83.63 212.86 184.61 -
System Red Green Blue C M Y K H S L
Decimal 163 14 234 0.30 0.94 0 0.08 280.64 0.89 0.49
Hex A3 E EA 1E 5E 0 8 119 59 31
Octal 243 16 352 36 136 0 10 431 131 61
Binary 10100011 1110 11101010 11110 1011110 0 1000 100011001 1011001 110001

Color Harmonies of #A30EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EEA

Black with #A30EEA

Text Example


Text Example

White with #A30EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EEA; }

 p { color: rgb(163,14,234); }

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

background-color css

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

 a { background-color: rgb(163,14,234); }

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

border-color css

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

 span { border-color: rgb(163,14,234); }

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