Html Css Color HEX #A55DAF Violet Blue

📋 copy color: '#A55DAF'

red 165 ◦ green 93 ◦ blue 175

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

Shades of Violet Blue #A55DAF

Tints of Violet Blue #A55DAF

RGB

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

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

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

R = 38.11%
G = 21.48%
B = 40.42%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A55DAF (or 0xA55DAF) is known color: Violet Blue. HEX triplet: A5, 5D and AF. RGB value is (165,93,175). Sum of RGB (Red+Green+Blue) = 165+93+175=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #A55DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DAF is #5AA250. Grayscale: #7B7B7B. Windows color (decimal): -5939793 or 11492773. OLE color: 11492773.

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

Color convert

RGB 165 93 175 -
CMYK 0.06 0.47 0 0.31
HSL 292.68º 0.34% 0.53% -
HSV(B) 292.68º 0.47% 0.69% -
XYZ 27.17 18.92 42.78 -
YUV 123.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 165 93 175 0.06 0.47 0 0.31 292.68 0.34 0.53
Hex A5 5D AF 6 2F 0 1F 125 22 35
Octal 245 135 257 6 57 0 37 445 42 65
Binary 10100101 1011101 10101111 110 101111 0 11111 100100101 100010 110101

Color Harmonies of #A55DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DAF

Black with #A55DAF

Text Example


Text Example

White with #A55DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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