Html Css Color HEX #A5819C Bouquet

📋 copy color: '#A5819C'

red 165 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #A5819C

Tints of Bouquet #A5819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.67%

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 36.67%
G = 28.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5819C (or 0xA5819C) is known color: Bouquet. HEX triplet: A5, 81 and 9C. RGB value is (165,129,156). Sum of RGB (Red+Green+Blue) = 165+129+156=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A5819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5819C is #5A7E63. Grayscale: #8E8E8E. Windows color (decimal): -5930596 or 10256805. OLE color: 10256805.

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

Color convert

RGB 165 129 156 -
CMYK 0 0.22 0.05 0.35
HSL 315º 0.17% 0.58% -
HSV(B) 315º 0.22% 0.65% -
XYZ 29.37 26.1 34.94 -
YUV 142.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 165 129 156 0 0.22 0.05 0.35 315 0.17 0.58
Hex A5 81 9C 0 16 5 23 13B 11 3A
Octal 245 201 234 0 26 5 43 473 21 72
Binary 10100101 10000001 10011100 0 10110 101 100011 100111011 10001 111010

Color Harmonies of #A5819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5819C

Black with #A5819C

Text Example


Text Example

White with #A5819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5819C; }

 p { color: rgb(165,129,156); }

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

background-color css

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

 a { background-color: rgb(165,129,156); }

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

border-color css

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

 span { border-color: rgb(165,129,156); }

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