Html Css Color HEX #A554A8 Violet Blue

📋 copy color: '#A554A8'

red 165 ◦ green 84 ◦ blue 168

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

Shades of Violet Blue #A554A8

Tints of Violet Blue #A554A8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 39.57%
G = 20.14%
B = 40.29%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A554A8 (or 0xA554A8) is known color: Violet Blue. HEX triplet: A5, 54 and A8. RGB value is (165,84,168). Sum of RGB (Red+Green+Blue) = 165+84+168=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 168 - color contains mainly: blue. Hex color #A554A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554A8 is #5AAB57. Grayscale: #757575. Windows color (decimal): -5942104 or 11031717. OLE color: 11031717.

HSL color Cylindrical-coordinate representation of color #A554A8: hue angle of 297.86º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A554A8 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 84 168 -
CMYK 0.02 0.5 0 0.34
HSL 297.86º 0.33% 0.49% -
HSV(B) 297.86º 0.5% 0.66% -
XYZ 25.76 17.17 39 -
YUV 117.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 165 84 168 0.02 0.5 0 0.34 297.86 0.33 0.49
Hex A5 54 A8 2 32 0 22 12A 21 31
Octal 245 124 250 2 62 0 42 452 41 61
Binary 10100101 1010100 10101000 10 110010 0 100010 100101010 100001 110001

Color Harmonies of #A554A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554A8

Black with #A554A8

Text Example


Text Example

White with #A554A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554A8; }

 p { color: rgb(165,84,168); }

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

background-color css

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

 a { background-color: rgb(165,84,168); }

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

border-color css

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

 span { border-color: rgb(165,84,168); }

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