Html Css Color HEX #A855AA Violet Blue

📋 copy color: '#A855AA'

red 168 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #A855AA

Tints of Violet Blue #A855AA

RGB

 RED value IS 168 (66.02% from 255) = 39.72%

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 39.72%
G = 20.09%
B = 40.19%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A855AA (or 0xA855AA) is known color: Violet Blue. HEX triplet: A8, 55 and AA. RGB value is (168,85,170). Sum of RGB (Red+Green+Blue) = 168+85+170=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #A855AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855AA is #57AA55. Grayscale: #777777. Windows color (decimal): -5745238 or 11163048. OLE color: 11163048.

HSL color Cylindrical-coordinate representation of color #A855AA: hue angle of 298.59º degrees, saturation: 0.33, 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 #A855AA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 85 170 -
CMYK 0.01 0.50 0 0.33
HSL 298.59º 0.33% 0.5% -
HSV(B) 298.59º 0.5% 0.67% -
XYZ 26.65 17.72 40.05 -
YUV 119.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 168 85 170 0.01 0.50 0 0.33 298.59 0.33 0.5
Hex A8 55 AA 1 32 0 21 12B 21 32
Octal 250 125 252 1 62 0 41 453 41 62
Binary 10101000 1010101 10101010 1 110010 0 100001 100101011 100001 110010

Color Harmonies of #A855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855AA

Black with #A855AA

Text Example


Text Example

White with #A855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855AA; }

 p { color: rgb(168,85,170); }

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

background-color css

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

 a { background-color: rgb(168,85,170); }

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

border-color css

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

 span { border-color: rgb(168,85,170); }

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