Html Css Color HEX #AB7390 Bouquet

📋 copy color: '#AB7390'

red 171 ◦ green 115 ◦ blue 144

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

Shades of Bouquet #AB7390

Tints of Bouquet #AB7390

RGB

 RED value IS 171 (67.19% from 255) = 39.77%

 GREEN value IS 115 (45.31% from 255) = 26.74%

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 39.77%
G = 26.74%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB7390 (or 0xAB7390) is known color: Bouquet. HEX triplet: AB, 73 and 90. RGB value is (171,115,144). Sum of RGB (Red+Green+Blue) = 171+115+144=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7390 is #548C6F. Grayscale: #868686. Windows color (decimal): -5540976 or 9466795. OLE color: 9466795.

HSL color Cylindrical-coordinate representation of color #AB7390: hue angle of 328.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7390 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 115 144 -
CMYK 0 0.33 0.16 0.33
HSL 328.93º 0.25% 0.56% -
HSV(B) 328.93º 0.33% 0.67% -
XYZ 27.96 22.93 29.34 -
YUV 135.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 171 115 144 0 0.33 0.16 0.33 328.93 0.25 0.56
Hex AB 73 90 0 21 10 21 149 19 38
Octal 253 163 220 0 41 20 41 511 31 70
Binary 10101011 1110011 10010000 0 100001 10000 100001 101001001 11001 111000

Color Harmonies of #AB7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7390

Black with #AB7390

Text Example


Text Example

White with #AB7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7390; }

 p { color: rgb(171,115,144); }

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

background-color css

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

 a { background-color: rgb(171,115,144); }

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

border-color css

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

 span { border-color: rgb(171,115,144); }

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