Html Css Color HEX #A555B0 Violet Blue

📋 copy color: '#A555B0'

red 165 ◦ green 85 ◦ blue 176

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

Shades of Violet Blue #A555B0

Tints of Violet Blue #A555B0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

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

R = 38.73%
G = 19.95%
B = 41.31%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A555B0 (or 0xA555B0) is known color: Violet Blue. HEX triplet: A5, 55 and B0. RGB value is (165,85,176). Sum of RGB (Red+Green+Blue) = 165+85+176=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #A555B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A555B0 is #5AAA4F. Grayscale: #777777. Windows color (decimal): -5941840 or 11556261. OLE color: 11556261.

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

Color convert

RGB 165 85 176 -
CMYK 0.06 0.52 0 0.31
HSL 292.75º 0.37% 0.51% -
HSV(B) 292.75º 0.52% 0.69% -
XYZ 26.6 17.63 43.08 -
YUV 119.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 165 85 176 0.06 0.52 0 0.31 292.75 0.37 0.51
Hex A5 55 B0 6 34 0 1F 125 25 33
Octal 245 125 260 6 64 0 37 445 45 63
Binary 10100101 1010101 10110000 110 110100 0 11111 100100101 100101 110011

Color Harmonies of #A555B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555B0

Black with #A555B0

Text Example


Text Example

White with #A555B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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