Html Css Color HEX #A257AB Violet Blue

📋 copy color: '#A257AB'

red 162 ◦ green 87 ◦ blue 171

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

Shades of Violet Blue #A257AB

Tints of Violet Blue #A257AB

RGB

 RED value IS 162 (63.67% from 255) = 38.57%

 GREEN value IS 87 (34.38% from 255) = 20.71%

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

R = 38.57%
G = 20.71%
B = 40.71%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A257AB (or 0xA257AB) is known color: Violet Blue. HEX triplet: A2, 57 and AB. RGB value is (162,87,171). Sum of RGB (Red+Green+Blue) = 162+87+171=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A257AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257AB is #5DA854. Grayscale: #767676. Windows color (decimal): -6137941 or 11229090. OLE color: 11229090.

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

Color convert

RGB 162 87 171 -
CMYK 0.05 0.49 0 0.33
HSL 293.57º 0.33% 0.51% -
HSV(B) 293.57º 0.49% 0.67% -
XYZ 25.66 17.44 40.54 -
YUV 119 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 162 87 171 0.05 0.49 0 0.33 293.57 0.33 0.51
Hex A2 57 AB 5 31 0 21 126 21 33
Octal 242 127 253 5 61 0 41 446 41 63
Binary 10100010 1010111 10101011 101 110001 0 100001 100100110 100001 110011

Color Harmonies of #A257AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257AB

Black with #A257AB

Text Example


Text Example

White with #A257AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257AB; }

 p { color: rgb(162,87,171); }

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

background-color css

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

 a { background-color: rgb(162,87,171); }

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

border-color css

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

 span { border-color: rgb(162,87,171); }

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