Html Css Color HEX #A43AA5 Violet Blue

📋 copy color: '#A43AA5'

red 164 ◦ green 58 ◦ blue 165

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

Shades of Violet Blue #A43AA5

Tints of Violet Blue #A43AA5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.99%

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 42.38%
G = 14.99%
B = 42.64%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A43AA5 (or 0xA43AA5) is known color: Violet Blue. HEX triplet: A4, 3A and A5. RGB value is (164,58,165). Sum of RGB (Red+Green+Blue) = 164+58+165=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #A43AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43AA5 is #5BC55A. Grayscale: #656565. Windows color (decimal): -6014299 or 10828452. OLE color: 10828452.

HSL color Cylindrical-coordinate representation of color #A43AA5: hue angle of 299.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43AA5 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 58 165 -
CMYK 0.01 0.65 0 0.35
HSL 299.44º 0.48% 0.44% -
HSV(B) 299.44º 0.65% 0.65% -
XYZ 23.61 13.64 36.98 -
YUV 101.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 164 58 165 0.01 0.65 0 0.35 299.44 0.48 0.44
Hex A4 3A A5 1 41 0 23 12B 30 2C
Octal 244 72 245 1 101 0 43 453 60 54
Binary 10100100 111010 10100101 1 1000001 0 100011 100101011 110000 101100

Color Harmonies of #A43AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43AA5

Black with #A43AA5

Text Example


Text Example

White with #A43AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43AA5; }

 p { color: rgb(164,58,165); }

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

background-color css

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

 a { background-color: rgb(164,58,165); }

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

border-color css

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

 span { border-color: rgb(164,58,165); }

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