Html Css Color HEX #A55BAF Violet Blue

📋 copy color: '#A55BAF'

red 165 ◦ green 91 ◦ blue 175

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

Shades of Violet Blue #A55BAF

Tints of Violet Blue #A55BAF

RGB

 RED value IS 165 (64.84% from 255) = 38.28%

 GREEN value IS 91 (35.94% from 255) = 21.11%

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

R = 38.28%
G = 21.11%
B = 40.6%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A55BAF (or 0xA55BAF) is known color: Violet Blue. HEX triplet: A5, 5B and AF. RGB value is (165,91,175). Sum of RGB (Red+Green+Blue) = 165+91+175=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #A55BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAF is #5AA450. Grayscale: #7A7A7A. Windows color (decimal): -5940305 or 11492261. OLE color: 11492261.

HSL color Cylindrical-coordinate representation of color #A55BAF: hue angle of 292.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55BAF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 91 175 -
CMYK 0.06 0.48 0 0.31
HSL 292.86º 0.34% 0.52% -
HSV(B) 292.86º 0.48% 0.69% -
XYZ 27 18.58 42.72 -
YUV 122.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 165 91 175 0.06 0.48 0 0.31 292.86 0.34 0.52
Hex A5 5B AF 6 30 0 1F 125 22 34
Octal 245 133 257 6 60 0 37 445 42 64
Binary 10100101 1011011 10101111 110 110000 0 11111 100100101 100010 110100

Color Harmonies of #A55BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BAF

Black with #A55BAF

Text Example


Text Example

White with #A55BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BAF; }

 p { color: rgb(165,91,175); }

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

background-color css

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

 a { background-color: rgb(165,91,175); }

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

border-color css

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

 span { border-color: rgb(165,91,175); }

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