Html Css Color HEX #A5469B Violet Blue

📋 copy color: '#A5469B'

red 165 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #A5469B

Tints of Violet Blue #A5469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.95%

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 42.31%
G = 17.95%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5469B (or 0xA5469B) is known color: Violet Blue. HEX triplet: A5, 46 and 9B. RGB value is (165,70,155). Sum of RGB (Red+Green+Blue) = 165+70+155=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5469B is #5AB964. Grayscale: #6B6B6B. Windows color (decimal): -5945701 or 10176165. OLE color: 10176165.

HSL color Cylindrical-coordinate representation of color #A5469B: hue angle of 306.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5469B is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 155 -
CMYK 0 0.58 0.06 0.35
HSL 306.32º 0.4% 0.46% -
HSV(B) 306.32º 0.58% 0.65% -
XYZ 23.62 14.75 32.61 -
YUV 108.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 165 70 155 0 0.58 0.06 0.35 306.32 0.4 0.46
Hex A5 46 9B 0 3A 6 23 132 28 2E
Octal 245 106 233 0 72 6 43 462 50 56
Binary 10100101 1000110 10011011 0 111010 110 100011 100110010 101000 101110

Color Harmonies of #A5469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5469B

Black with #A5469B

Text Example


Text Example

White with #A5469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5469B; }

 p { color: rgb(165,70,155); }

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

background-color css

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

 a { background-color: rgb(165,70,155); }

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

border-color css

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

 span { border-color: rgb(165,70,155); }

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