Html Css Color HEX #A538A0 Violet Blue

📋 copy color: '#A538A0'

red 165 ◦ green 56 ◦ blue 160

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

Shades of Violet Blue #A538A0

Tints of Violet Blue #A538A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 43.31%
G = 14.7%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A538A0 (or 0xA538A0) is known color: Violet Blue. HEX triplet: A5, 38 and A0. RGB value is (165,56,160). Sum of RGB (Red+Green+Blue) = 165+56+160=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A538A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538A0 is #5AC75F. Grayscale: #646464. Windows color (decimal): -5949280 or 10500261. OLE color: 10500261.

HSL color Cylindrical-coordinate representation of color #A538A0: hue angle of 302.75º 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 #A538A0 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 160 -
CMYK 0 0.66 0.03 0.35
HSL 302.75º 0.49% 0.43% -
HSV(B) 302.75º 0.66% 0.65% -
XYZ 23.28 13.37 34.61 -
YUV 100.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 165 56 160 0 0.66 0.03 0.35 302.75 0.49 0.43
Hex A5 38 A0 0 42 3 23 12F 31 2B
Octal 245 70 240 0 102 3 43 457 61 53
Binary 10100101 111000 10100000 0 1000010 11 100011 100101111 110001 101011

Color Harmonies of #A538A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538A0

Black with #A538A0

Text Example


Text Example

White with #A538A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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