Html Css Color HEX #A310CC Dark Violet

📋 copy color: '#A310CC'

red 163 ◦ green 16 ◦ blue 204

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

Shades of Dark Violet #A310CC

Tints of Dark Violet #A310CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 42.56%
G = 4.18%
B = 53.26%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A310CC (or 0xA310CC) is known color: Dark Violet. HEX triplet: A3, 10 and CC. RGB value is (163,16,204). Sum of RGB (Red+Green+Blue) = 163+16+204=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #A310CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310CC is #5CEF33. Grayscale: #505050. Windows color (decimal): -6090548 or 13373603. OLE color: 13373603.

HSL color Cylindrical-coordinate representation of color #A310CC: hue angle of 286.91º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A310CC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 16 204 -
CMYK 0.20 0.92 0 0.2
HSL 286.91º 0.85% 0.43% -
HSV(B) 286.91º 0.92% 0.8% -
XYZ 26.19 12.52 58.16 -
YUV 81.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 163 16 204 0.20 0.92 0 0.2 286.91 0.85 0.43
Hex A3 10 CC 14 5C 0 14 11F 55 2B
Octal 243 20 314 24 134 0 24 437 125 53
Binary 10100011 10000 11001100 10100 1011100 0 10100 100011111 1010101 101011

Color Harmonies of #A310CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A310CC

Black with #A310CC

Text Example


Text Example

White with #A310CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A310CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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