Html Css Color HEX #A3488F Violet Blue

📋 copy color: '#A3488F'

red 163 ◦ green 72 ◦ blue 143

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

Shades of Violet Blue #A3488F

Tints of Violet Blue #A3488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 43.12%
G = 19.05%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3488F (or 0xA3488F) is known color: Violet Blue. HEX triplet: A3, 48 and 8F. RGB value is (163,72,143). Sum of RGB (Red+Green+Blue) = 163+72+143=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488F is #5CB770. Grayscale: #6B6B6B. Windows color (decimal): -6076273 or 9390243. OLE color: 9390243.

HSL color Cylindrical-coordinate representation of color #A3488F: hue angle of 313.19º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3488F is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 143 -
CMYK 0 0.56 0.12 0.36
HSL 313.19º 0.39% 0.46% -
HSV(B) 313.19º 0.56% 0.64% -
XYZ 22.38 14.4 27.59 -
YUV 107.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 163 72 143 0 0.56 0.12 0.36 313.19 0.39 0.46
Hex A3 48 8F 0 38 C 24 139 27 2E
Octal 243 110 217 0 70 14 44 471 47 56
Binary 10100011 1001000 10001111 0 111000 1100 100100 100111001 100111 101110

Color Harmonies of #A3488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3488F

Black with #A3488F

Text Example


Text Example

White with #A3488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3488F; }

 p { color: rgb(163,72,143); }

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

background-color css

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

 a { background-color: rgb(163,72,143); }

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

border-color css

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

 span { border-color: rgb(163,72,143); }

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