Html Css Color HEX #AB7293 Bouquet

📋 copy color: '#AB7293'

red 171 ◦ green 114 ◦ blue 147

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

Shades of Bouquet #AB7293

Tints of Bouquet #AB7293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 39.58%
G = 26.39%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB7293 (or 0xAB7293) is known color: Bouquet. HEX triplet: AB, 72 and 93. RGB value is (171,114,147). Sum of RGB (Red+Green+Blue) = 171+114+147=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7293 is #548D6C. Grayscale: #868686. Windows color (decimal): -5541229 or 9663147. OLE color: 9663147.

HSL color Cylindrical-coordinate representation of color #AB7293: hue angle of 325.26º 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 #AB7293 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 114 147 -
CMYK 0 0.33 0.14 0.33
HSL 325.26º 0.25% 0.56% -
HSV(B) 325.26º 0.33% 0.67% -
XYZ 28.08 22.8 30.52 -
YUV 134.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 171 114 147 0 0.33 0.14 0.33 325.26 0.25 0.56
Hex AB 72 93 0 21 E 21 145 19 38
Octal 253 162 223 0 41 16 41 505 31 70
Binary 10101011 1110010 10010011 0 100001 1110 100001 101000101 11001 111000

Color Harmonies of #AB7293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7293

Black with #AB7293

Text Example


Text Example

White with #AB7293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7293; }

 p { color: rgb(171,114,147); }

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

background-color css

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

 a { background-color: rgb(171,114,147); }

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

border-color css

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

 span { border-color: rgb(171,114,147); }

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