Html Css Color HEX #AB6794 Bouquet

📋 copy color: '#AB6794'

red 171 ◦ green 103 ◦ blue 148

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

Shades of Bouquet #AB6794

Tints of Bouquet #AB6794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 40.52%
G = 24.41%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB6794 (or 0xAB6794) is known color: Bouquet. HEX triplet: AB, 67 and 94. RGB value is (171,103,148). Sum of RGB (Red+Green+Blue) = 171+103+148=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6794 is #54986B. Grayscale: #808080. Windows color (decimal): -5544044 or 9725867. OLE color: 9725867.

HSL color Cylindrical-coordinate representation of color #AB6794: hue angle of 320.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6794 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 148 -
CMYK 0 0.40 0.13 0.33
HSL 320.29º 0.29% 0.54% -
HSV(B) 320.29º 0.4% 0.67% -
XYZ 26.99 20.5 30.55 -
YUV 128.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 171 103 148 0 0.40 0.13 0.33 320.29 0.29 0.54
Hex AB 67 94 0 28 D 21 140 1D 36
Octal 253 147 224 0 50 15 41 500 35 66
Binary 10101011 1100111 10010100 0 101000 1101 100001 101000000 11101 110110

Color Harmonies of #AB6794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6794

Black with #AB6794

Text Example


Text Example

White with #AB6794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6794; }

 p { color: rgb(171,103,148); }

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

background-color css

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

 a { background-color: rgb(171,103,148); }

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

border-color css

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

 span { border-color: rgb(171,103,148); }

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