Html Css Color HEX #A538A1 Violet Blue

📋 copy color: '#A538A1'

red 165 ◦ green 56 ◦ blue 161

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

Shades of Violet Blue #A538A1

Tints of Violet Blue #A538A1

RGB

 RED value IS 165 (64.84% from 255) = 43.19%

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

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 43.19%
G = 14.66%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A538A1 (or 0xA538A1) is known color: Violet Blue. HEX triplet: A5, 38 and A1. RGB value is (165,56,161). Sum of RGB (Red+Green+Blue) = 165+56+161=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A538A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538A1 is #5AC75E. Grayscale: #646464. Windows color (decimal): -5949279 or 10565797. OLE color: 10565797.

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

Color convert

RGB 165 56 161 -
CMYK 0 0.66 0.02 0.35
HSL 302.2º 0.49% 0.43% -
HSV(B) 302.2º 0.66% 0.65% -
XYZ 23.36 13.4 35.07 -
YUV 100.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 165 56 161 0 0.66 0.02 0.35 302.2 0.49 0.43
Hex A5 38 A1 0 42 2 23 12E 31 2B
Octal 245 70 241 0 102 2 43 456 61 53
Binary 10100101 111000 10100001 0 1000010 10 100011 100101110 110001 101011

Color Harmonies of #A538A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538A1

Black with #A538A1

Text Example


Text Example

White with #A538A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538A1; }

 p { color: rgb(165,56,161); }

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

background-color css

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

 a { background-color: rgb(165,56,161); }

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

border-color css

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

 span { border-color: rgb(165,56,161); }

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