Html Css Color HEX #A55DAC Violet Blue

📋 copy color: '#A55DAC'

red 165 ◦ green 93 ◦ blue 172

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

Shades of Violet Blue #A55DAC

Tints of Violet Blue #A55DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 38.37%
G = 21.63%
B = 40%

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

#A55DAC (or 0xA55DAC) is known color: Violet Blue. HEX triplet: A5, 5D and AC. RGB value is (165,93,172). Sum of RGB (Red+Green+Blue) = 165+93+172=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DAC is #5AA253. Grayscale: #7B7B7B. Windows color (decimal): -5939796 or 11296165. OLE color: 11296165.

HSL color Cylindrical-coordinate representation of color #A55DAC: hue angle of 294.68º 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 #A55DAC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 93 172 -
CMYK 0.04 0.46 0 0.33
HSL 294.68º 0.32% 0.52% -
HSV(B) 294.68º 0.46% 0.67% -
XYZ 26.88 18.81 41.24 -
YUV 123.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 165 93 172 0.04 0.46 0 0.33 294.68 0.32 0.52
Hex A5 5D AC 4 2E 0 21 127 20 34
Octal 245 135 254 4 56 0 41 447 40 64
Binary 10100101 1011101 10101100 100 101110 0 100001 100100111 100000 110100

Color Harmonies of #A55DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DAC

Black with #A55DAC

Text Example


Text Example

White with #A55DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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