Html Css Color HEX #A538AB Violet Blue

📋 copy color: '#A538AB'

red 165 ◦ green 56 ◦ blue 171

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

Shades of Violet Blue #A538AB

Tints of Violet Blue #A538AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 42.09%
G = 14.29%
B = 43.62%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A538AB (or 0xA538AB) is known color: Violet Blue. HEX triplet: A5, 38 and AB. RGB value is (165,56,171). Sum of RGB (Red+Green+Blue) = 165+56+171=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A538AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538AB is #5AC754. Grayscale: #656565. Windows color (decimal): -5949269 or 11221157. OLE color: 11221157.

HSL color Cylindrical-coordinate representation of color #A538AB: hue angle of 296.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A538AB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 56 171 -
CMYK 0.04 0.67 0 0.33
HSL 296.87º 0.51% 0.45% -
HSV(B) 296.87º 0.67% 0.67% -
XYZ 24.28 13.77 39.91 -
YUV 101.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 165 56 171 0.04 0.67 0 0.33 296.87 0.51 0.45
Hex A5 38 AB 4 43 0 21 129 33 2D
Octal 245 70 253 4 103 0 41 451 63 55
Binary 10100101 111000 10101011 100 1000011 0 100001 100101001 110011 101101

Color Harmonies of #A538AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538AB

Black with #A538AB

Text Example


Text Example

White with #A538AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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