Html Css Color HEX #A34093 Violet Blue

📋 copy color: '#A34093'

red 163 ◦ green 64 ◦ blue 147

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

Shades of Violet Blue #A34093

Tints of Violet Blue #A34093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 43.58%
G = 17.11%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A34093 (or 0xA34093) is known color: Violet Blue. HEX triplet: A3, 40 and 93. RGB value is (163,64,147). Sum of RGB (Red+Green+Blue) = 163+64+147=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A34093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34093 is #5CBF6C. Grayscale: #666666. Windows color (decimal): -6078317 or 9650339. OLE color: 9650339.

HSL color Cylindrical-coordinate representation of color #A34093: hue angle of 309.7º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34093 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 147 -
CMYK 0 0.61 0.10 0.36
HSL 309.7º 0.44% 0.45% -
HSV(B) 309.7º 0.61% 0.64% -
XYZ 22.2 13.56 29.05 -
YUV 103.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 163 64 147 0 0.61 0.10 0.36 309.7 0.44 0.45
Hex A3 40 93 0 3D A 24 136 2C 2D
Octal 243 100 223 0 75 12 44 466 54 55
Binary 10100011 1000000 10010011 0 111101 1010 100100 100110110 101100 101101

Color Harmonies of #A34093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34093

Black with #A34093

Text Example


Text Example

White with #A34093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34093; }

 p { color: rgb(163,64,147); }

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

background-color css

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

 a { background-color: rgb(163,64,147); }

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

border-color css

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

 span { border-color: rgb(163,64,147); }

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