Html Css Color HEX #A310B4 Dark Violet

📋 copy color: '#A310B4'

red 163 ◦ green 16 ◦ blue 180

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

Shades of Dark Violet #A310B4

Tints of Dark Violet #A310B4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 45.4%
G = 4.46%
B = 50.14%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A310B4 (or 0xA310B4) is known color: Dark Violet. HEX triplet: A3, 10 and B4. RGB value is (163,16,180). Sum of RGB (Red+Green+Blue) = 163+16+180=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #A310B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310B4 is #5CEF4B. Grayscale: #4E4E4E. Windows color (decimal): -6090572 or 11800739. OLE color: 11800739.

HSL color Cylindrical-coordinate representation of color #A310B4: hue angle of 293.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A310B4 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 16 180 -
CMYK 0.09 0.91 0 0.29
HSL 293.78º 0.84% 0.38% -
HSV(B) 293.78º 0.91% 0.71% -
XYZ 23.53 11.45 44.15 -
YUV 78.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 163 16 180 0.09 0.91 0 0.29 293.78 0.84 0.38
Hex A3 10 B4 9 5B 0 1D 126 54 26
Octal 243 20 264 11 133 0 35 446 124 46
Binary 10100011 10000 10110100 1001 1011011 0 11101 100100110 1010100 100110

Color Harmonies of #A310B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A310B4

Black with #A310B4

Text Example


Text Example

White with #A310B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A310B4; }

 p { color: rgb(163,16,180); }

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

background-color css

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

 a { background-color: rgb(163,16,180); }

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

border-color css

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

 span { border-color: rgb(163,16,180); }

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