Html Css Color HEX #A553B0 Violet Blue

📋 copy color: '#A553B0'

red 165 ◦ green 83 ◦ blue 176

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

Shades of Violet Blue #A553B0

Tints of Violet Blue #A553B0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

 BLUE value IS 176 (69.14% from 255) = 41.51%

R = 38.92%
G = 19.58%
B = 41.51%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A553B0 (or 0xA553B0) is known color: Violet Blue. HEX triplet: A5, 53 and B0. RGB value is (165,83,176). Sum of RGB (Red+Green+Blue) = 165+83+176=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #A553B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553B0 is #5AAC4F. Grayscale: #757575. Windows color (decimal): -5942352 or 11555749. OLE color: 11555749.

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

Color convert

RGB 165 83 176 -
CMYK 0.06 0.53 0 0.31
HSL 292.9º 0.37% 0.51% -
HSV(B) 292.9º 0.53% 0.69% -
XYZ 26.45 17.32 43.02 -
YUV 118.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 165 83 176 0.06 0.53 0 0.31 292.9 0.37 0.51
Hex A5 53 B0 6 35 0 1F 125 25 33
Octal 245 123 260 6 65 0 37 445 45 63
Binary 10100101 1010011 10110000 110 110101 0 11111 100100101 100101 110011

Color Harmonies of #A553B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553B0

Black with #A553B0

Text Example


Text Example

White with #A553B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553B0; }

 p { color: rgb(165,83,176); }

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

background-color css

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

 a { background-color: rgb(165,83,176); }

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

border-color css

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

 span { border-color: rgb(165,83,176); }

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