Html Css Color HEX #A55FAB Violet Blue

📋 copy color: '#A55FAB'

red 165 ◦ green 95 ◦ blue 171

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

Shades of Violet Blue #A55FAB

Tints of Violet Blue #A55FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 38.28%
G = 22.04%
B = 39.68%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A55FAB (or 0xA55FAB) is known color: Violet Blue. HEX triplet: A5, 5F and AB. RGB value is (165,95,171). Sum of RGB (Red+Green+Blue) = 165+95+171=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A55FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55FAB is #5AA054. Grayscale: #7C7C7C. Windows color (decimal): -5939285 or 11231141. OLE color: 11231141.

HSL color Cylindrical-coordinate representation of color #A55FAB: hue angle of 295.26º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55FAB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 95 171 -
CMYK 0.04 0.44 0 0.33
HSL 295.26º 0.31% 0.52% -
HSV(B) 295.26º 0.44% 0.67% -
XYZ 26.96 19.12 40.8 -
YUV 124.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 165 95 171 0.04 0.44 0 0.33 295.26 0.31 0.52
Hex A5 5F AB 4 2C 0 21 127 1F 34
Octal 245 137 253 4 54 0 41 447 37 64
Binary 10100101 1011111 10101011 100 101100 0 100001 100100111 11111 110100

Color Harmonies of #A55FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FAB

Black with #A55FAB

Text Example


Text Example

White with #A55FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FAB; }

 p { color: rgb(165,95,171); }

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

background-color css

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

 a { background-color: rgb(165,95,171); }

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

border-color css

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

 span { border-color: rgb(165,95,171); }

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