Html Css Color HEX #A55DAB Violet Blue

📋 copy color: '#A55DAB'

red 165 ◦ green 93 ◦ blue 171

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

Shades of Violet Blue #A55DAB

Tints of Violet Blue #A55DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.68%

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

R = 38.46%
G = 21.68%
B = 39.86%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A55DAB (or 0xA55DAB) is known color: Violet Blue. HEX triplet: A5, 5D and AB. RGB value is (165,93,171). Sum of RGB (Red+Green+Blue) = 165+93+171=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #A55DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DAB is #5AA254. Grayscale: #7B7B7B. Windows color (decimal): -5939797 or 11230629. OLE color: 11230629.

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

Color convert

RGB 165 93 171 -
CMYK 0.04 0.46 0 0.33
HSL 295.38º 0.32% 0.52% -
HSV(B) 295.38º 0.46% 0.67% -
XYZ 26.78 18.77 40.74 -
YUV 123.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 165 93 171 0.04 0.46 0 0.33 295.38 0.32 0.52
Hex A5 5D AB 4 2E 0 21 127 20 34
Octal 245 135 253 4 56 0 41 447 40 64
Binary 10100101 1011101 10101011 100 101110 0 100001 100100111 100000 110100

Color Harmonies of #A55DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DAB

Black with #A55DAB

Text Example


Text Example

White with #A55DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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