Html Css Color HEX #A4389A Violet Blue

📋 copy color: '#A4389A'

red 164 ◦ green 56 ◦ blue 154

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

Shades of Violet Blue #A4389A

Tints of Violet Blue #A4389A

RGB

 RED value IS 164 (64.45% from 255) = 43.85%

 GREEN value IS 56 (22.27% from 255) = 14.97%

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 43.85%
G = 14.97%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4389A (or 0xA4389A) is known color: Violet Blue. HEX triplet: A4, 38 and 9A. RGB value is (164,56,154). Sum of RGB (Red+Green+Blue) = 164+56+154=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4389A is #5BC765. Grayscale: #636363. Windows color (decimal): -6014822 or 10107044. OLE color: 10107044.

HSL color Cylindrical-coordinate representation of color #A4389A: hue angle of 305.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4389A is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 154 -
CMYK 0 0.66 0.06 0.36
HSL 305.56º 0.49% 0.43% -
HSV(B) 305.56º 0.66% 0.64% -
XYZ 22.56 13.05 31.9 -
YUV 99.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 164 56 154 0 0.66 0.06 0.36 305.56 0.49 0.43
Hex A4 38 9A 0 42 6 24 132 31 2B
Octal 244 70 232 0 102 6 44 462 61 53
Binary 10100100 111000 10011010 0 1000010 110 100100 100110010 110001 101011

Color Harmonies of #A4389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4389A

Black with #A4389A

Text Example


Text Example

White with #A4389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4389A; }

 p { color: rgb(164,56,154); }

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

background-color css

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

 a { background-color: rgb(164,56,154); }

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

border-color css

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

 span { border-color: rgb(164,56,154); }

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