Html Css Color HEX #A255AD Violet Blue

📋 copy color: '#A255AD'

red 162 ◦ green 85 ◦ blue 173

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

Shades of Violet Blue #A255AD

Tints of Violet Blue #A255AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 38.57%
G = 20.24%
B = 41.19%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A255AD (or 0xA255AD) is known color: Violet Blue. HEX triplet: A2, 55 and AD. RGB value is (162,85,173). Sum of RGB (Red+Green+Blue) = 162+85+173=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #A255AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A255AD is #5DAA52. Grayscale: #757575. Windows color (decimal): -6138451 or 11359650. OLE color: 11359650.

HSL color Cylindrical-coordinate representation of color #A255AD: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A255AD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 85 173 -
CMYK 0.06 0.51 0 0.32
HSL 292.5º 0.35% 0.51% -
HSV(B) 292.5º 0.51% 0.68% -
XYZ 25.69 17.2 41.5 -
YUV 118.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 162 85 173 0.06 0.51 0 0.32 292.5 0.35 0.51
Hex A2 55 AD 6 33 0 20 124 23 33
Octal 242 125 255 6 63 0 40 444 43 63
Binary 10100010 1010101 10101101 110 110011 0 100000 100100100 100011 110011

Color Harmonies of #A255AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255AD

Black with #A255AD

Text Example


Text Example

White with #A255AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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