Html Css Color HEX #A56FB0 Violet Blue

📋 copy color: '#A56FB0'

red 165 ◦ green 111 ◦ blue 176

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

Shades of Violet Blue #A56FB0

Tints of Violet Blue #A56FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

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

R = 36.5%
G = 24.56%
B = 38.94%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A56FB0 (or 0xA56FB0) is known color: Violet Blue. HEX triplet: A5, 6F and B0. RGB value is (165,111,176). Sum of RGB (Red+Green+Blue) = 165+111+176=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 176 - color contains mainly: blue. Hex color #A56FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FB0 is #5A904F. Grayscale: #868686. Windows color (decimal): -5935184 or 11562917. OLE color: 11562917.

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

Color convert

RGB 165 111 176 -
CMYK 0.06 0.37 0 0.31
HSL 289.85º 0.29% 0.56% -
HSV(B) 289.85º 0.37% 0.69% -
XYZ 29.04 22.5 43.89 -
YUV 134.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 165 111 176 0.06 0.37 0 0.31 289.85 0.29 0.56
Hex A5 6F B0 6 25 0 1F 122 1D 38
Octal 245 157 260 6 45 0 37 442 35 70
Binary 10100101 1101111 10110000 110 100101 0 11111 100100010 11101 111000

Color Harmonies of #A56FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FB0

Black with #A56FB0

Text Example


Text Example

White with #A56FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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