Html Css Color HEX #A5919F Bouquet

📋 copy color: '#A5919F'

red 165 ◦ green 145 ◦ blue 159

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

Shades of Bouquet #A5919F

Tints of Bouquet #A5919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 35.18%
G = 30.92%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5919F (or 0xA5919F) is known color: Bouquet. HEX triplet: A5, 91 and 9F. RGB value is (165,145,159). Sum of RGB (Red+Green+Blue) = 165+145+159=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5919F is #5A6E60. Grayscale: #989898. Windows color (decimal): -5926497 or 10457509. OLE color: 10457509.

HSL color Cylindrical-coordinate representation of color #A5919F: hue angle of 318º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5919F is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 145 159 -
CMYK 0 0.12 0.04 0.35
HSL 318º 0.1% 0.61% -
HSV(B) 318º 0.12% 0.65% -
XYZ 31.9 30.75 37.06 -
YUV 152.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 165 145 159 0 0.12 0.04 0.35 318 0.1 0.61
Hex A5 91 9F 0 C 4 23 13E A 3D
Octal 245 221 237 0 14 4 43 476 12 75
Binary 10100101 10010001 10011111 0 1100 100 100011 100111110 1010 111101

Color Harmonies of #A5919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5919F

Black with #A5919F

Text Example


Text Example

White with #A5919F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5919F; }

 p { color: rgb(165,145,159); }

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

background-color css

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

 a { background-color: rgb(165,145,159); }

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

border-color css

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

 span { border-color: rgb(165,145,159); }

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