Html Css Color HEX #A300EB Dark Violet

📋 copy color: '#A300EB'

red 163 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #A300EB

Tints of Dark Violet #A300EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 40.95%
G = 0%
B = 59.05%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A300EB (or 0xA300EB) is known color: Dark Violet. HEX triplet: A3, 00 and EB. RGB value is (163,0,235). Sum of RGB (Red+Green+Blue) = 163+0+235=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #A300EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A300EB is #5CFF14. Grayscale: #4A4A4A. Windows color (decimal): -6094613 or 15401123. OLE color: 15401123.

HSL color Cylindrical-coordinate representation of color #A300EB: hue angle of 281.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300EB is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 0 235 -
CMYK 0.31 1 0 0.08
HSL 281.62º 1% 0.46% -
HSV(B) 281.62º 1% 0.92% -
XYZ 30.1 13.78 79.67 -
YUV 75.53 218 190.39 -
System Red Green Blue C M Y K H S L
Decimal 163 0 235 0.31 1 0 0.08 281.62 1 0.46
Hex A3 0 EB 1F 64 0 8 11A 64 2E
Octal 243 0 353 37 144 0 10 432 144 56
Binary 10100011 0 11101011 11111 1100100 0 1000 100011010 1100100 101110

Color Harmonies of #A300EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300EB

Black with #A300EB

Text Example


Text Example

White with #A300EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300EB; }

 p { color: rgb(163,0,235); }

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

background-color css

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

 a { background-color: rgb(163,0,235); }

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

border-color css

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

 span { border-color: rgb(163,0,235); }

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