Html Css Color HEX #A855A3 Violet Blue

📋 copy color: '#A855A3'

red 168 ◦ green 85 ◦ blue 163

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

Shades of Violet Blue #A855A3

Tints of Violet Blue #A855A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.18%

R = 40.38%
G = 20.43%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A855A3 (or 0xA855A3) is known color: Violet Blue. HEX triplet: A8, 55 and A3. RGB value is (168,85,163). Sum of RGB (Red+Green+Blue) = 168+85+163=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A855A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855A3 is #57AA5C. Grayscale: #767676. Windows color (decimal): -5745245 or 10704296. OLE color: 10704296.

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

Color convert

RGB 168 85 163 -
CMYK 0 0.49 0.03 0.34
HSL 303.61º 0.33% 0.5% -
HSV(B) 303.61º 0.49% 0.66% -
XYZ 26.01 17.47 36.65 -
YUV 118.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 168 85 163 0 0.49 0.03 0.34 303.61 0.33 0.5
Hex A8 55 A3 0 31 3 22 130 21 32
Octal 250 125 243 0 61 3 42 460 41 62
Binary 10101000 1010101 10100011 0 110001 11 100010 100110000 100001 110010

Color Harmonies of #A855A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855A3

Black with #A855A3

Text Example


Text Example

White with #A855A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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