Html Css Color HEX #A30CEA Dark Violet

📋 copy color: '#A30CEA'

red 163 ◦ green 12 ◦ blue 234

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

Shades of Dark Violet #A30CEA

Tints of Dark Violet #A30CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

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

R = 39.85%
G = 2.93%
B = 57.21%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A30CEA (or 0xA30CEA) is known color: Dark Violet. HEX triplet: A3, 0C and EA. RGB value is (163,12,234). Sum of RGB (Red+Green+Blue) = 163+12+234=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #A30CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30CEA is #5CF315. Grayscale: #515151. Windows color (decimal): -6091542 or 15338659. OLE color: 15338659.

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

Color convert

RGB 163 12 234 -
CMYK 0.30 0.95 0 0.08
HSL 280.81º 0.9% 0.48% -
HSV(B) 280.81º 0.95% 0.92% -
XYZ 30.09 13.99 78.96 -
YUV 82.46 213.53 185.45 -
System Red Green Blue C M Y K H S L
Decimal 163 12 234 0.30 0.95 0 0.08 280.81 0.9 0.48
Hex A3 C EA 1E 5F 0 8 119 5A 30
Octal 243 14 352 36 137 0 10 431 132 60
Binary 10100011 1100 11101010 11110 1011111 0 1000 100011001 1011010 110000

Color Harmonies of #A30CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CEA

Black with #A30CEA

Text Example


Text Example

White with #A30CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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