Html Css Color HEX #A255AB Violet Blue

📋 copy color: '#A255AB'

red 162 ◦ green 85 ◦ blue 171

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

Shades of Violet Blue #A255AB

Tints of Violet Blue #A255AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

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

R = 38.76%
G = 20.33%
B = 40.91%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A255AB (or 0xA255AB) is known color: Violet Blue. HEX triplet: A2, 55 and AB. RGB value is (162,85,171). Sum of RGB (Red+Green+Blue) = 162+85+171=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #A255AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A255AB is #5DAA54. Grayscale: #757575. Windows color (decimal): -6138453 or 11228578. OLE color: 11228578.

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

Color convert

RGB 162 85 171 -
CMYK 0.05 0.50 0 0.33
HSL 293.72º 0.34% 0.5% -
HSV(B) 293.72º 0.5% 0.67% -
XYZ 25.5 17.12 40.49 -
YUV 117.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 162 85 171 0.05 0.50 0 0.33 293.72 0.34 0.5
Hex A2 55 AB 5 32 0 21 126 22 32
Octal 242 125 253 5 62 0 41 446 42 62
Binary 10100010 1010101 10101011 101 110010 0 100001 100100110 100010 110010

Color Harmonies of #A255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255AB

Black with #A255AB

Text Example


Text Example

White with #A255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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