Html Css Color HEX #A855AF Violet Blue

📋 copy color: '#A855AF'

red 168 ◦ green 85 ◦ blue 175

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

Shades of Violet Blue #A855AF

Tints of Violet Blue #A855AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 39.25%
G = 19.86%
B = 40.89%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A855AF (or 0xA855AF) is known color: Violet Blue. HEX triplet: A8, 55 and AF. RGB value is (168,85,175). Sum of RGB (Red+Green+Blue) = 168+85+175=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A855AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855AF is #57AA50. Grayscale: #777777. Windows color (decimal): -5745233 or 11490728. OLE color: 11490728.

HSL color Cylindrical-coordinate representation of color #A855AF: hue angle of 295.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A855AF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 85 175 -
CMYK 0.04 0.51 0 0.31
HSL 295.33º 0.36% 0.51% -
HSV(B) 295.33º 0.51% 0.69% -
XYZ 27.13 17.92 42.59 -
YUV 120.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 168 85 175 0.04 0.51 0 0.31 295.33 0.36 0.51
Hex A8 55 AF 4 33 0 1F 127 24 33
Octal 250 125 257 4 63 0 37 447 44 63
Binary 10101000 1010101 10101111 100 110011 0 11111 100100111 100100 110011

Color Harmonies of #A855AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855AF

Black with #A855AF

Text Example


Text Example

White with #A855AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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