Html Css Color HEX #A304E9 Dark Violet

📋 copy color: '#A304E9'

red 163 ◦ green 4 ◦ blue 233

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

Shades of Dark Violet #A304E9

Tints of Dark Violet #A304E9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 233 (91.41% from 255) = 58.25%

R = 40.75%
G = 1%
B = 58.25%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A304E9 (or 0xA304E9) is known color: Dark Violet. HEX triplet: A3, 04 and E9. RGB value is (163,4,233). Sum of RGB (Red+Green+Blue) = 163+4+233=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 233 (91.41% from 255 or 58.25% from 400); Max value from RGB is 233 - color contains mainly: blue. Hex color #A304E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A304E9 is #5CFB16. Grayscale: #4C4C4C. Windows color (decimal): -6093591 or 15271075. OLE color: 15271075.

HSL color Cylindrical-coordinate representation of color #A304E9: hue angle of 281.66º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304E9 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 4 233 -
CMYK 0.30 0.98 0 0.09
HSL 281.66º 0.97% 0.46% -
HSV(B) 281.66º 0.98% 0.91% -
XYZ 29.86 13.76 78.17 -
YUV 77.65 215.68 188.88 -
System Red Green Blue C M Y K H S L
Decimal 163 4 233 0.30 0.98 0 0.09 281.66 0.97 0.46
Hex A3 4 E9 1E 62 0 9 11A 61 2E
Octal 243 4 351 36 142 0 11 432 141 56
Binary 10100011 100 11101001 11110 1100010 0 1001 100011010 1100001 101110

Color Harmonies of #A304E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304E9

Black with #A304E9

Text Example


Text Example

White with #A304E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304E9; }

 p { color: rgb(163,4,233); }

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

background-color css

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

 a { background-color: rgb(163,4,233); }

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

border-color css

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

 span { border-color: rgb(163,4,233); }

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