Html Css Color HEX #A55FAA Violet Blue

📋 copy color: '#A55FAA'

red 165 ◦ green 95 ◦ blue 170

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

Shades of Violet Blue #A55FAA

Tints of Violet Blue #A55FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 38.37%
G = 22.09%
B = 39.53%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A55FAA (or 0xA55FAA) is known color: Violet Blue. HEX triplet: A5, 5F and AA. RGB value is (165,95,170). Sum of RGB (Red+Green+Blue) = 165+95+170=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #A55FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55FAA is #5AA055. Grayscale: #7C7C7C. Windows color (decimal): -5939286 or 11165605. OLE color: 11165605.

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

Color convert

RGB 165 95 170 -
CMYK 0.03 0.44 0 0.33
HSL 296º 0.31% 0.52% -
HSV(B) 296º 0.44% 0.67% -
XYZ 26.86 19.09 40.3 -
YUV 124.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 165 95 170 0.03 0.44 0 0.33 296 0.31 0.52
Hex A5 5F AA 3 2C 0 21 128 1F 34
Octal 245 137 252 3 54 0 41 450 37 64
Binary 10100101 1011111 10101010 11 101100 0 100001 100101000 11111 110100

Color Harmonies of #A55FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FAA

Black with #A55FAA

Text Example


Text Example

White with #A55FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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