Html Css Color HEX #AB6694 Bouquet

📋 copy color: '#AB6694'

red 171 ◦ green 102 ◦ blue 148

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

Shades of Bouquet #AB6694

Tints of Bouquet #AB6694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.23%

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

R = 40.62%
G = 24.23%
B = 35.15%

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

#AB6694 (or 0xAB6694) is known color: Bouquet. HEX triplet: AB, 66 and 94. RGB value is (171,102,148). Sum of RGB (Red+Green+Blue) = 171+102+148=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6694 is #54996B. Grayscale: #7F7F7F. Windows color (decimal): -5544300 or 9725611. OLE color: 9725611.

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

Color convert

RGB 171 102 148 -
CMYK 0 0.40 0.13 0.33
HSL 320º 0.29% 0.54% -
HSV(B) 320º 0.4% 0.67% -
XYZ 26.89 20.3 30.52 -
YUV 127.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 171 102 148 0 0.40 0.13 0.33 320 0.29 0.54
Hex AB 66 94 0 28 D 21 140 1D 36
Octal 253 146 224 0 50 15 41 500 35 66
Binary 10101011 1100110 10010100 0 101000 1101 100001 101000000 11101 110110

Color Harmonies of #AB6694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6694

Black with #AB6694

Text Example


Text Example

White with #AB6694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6694; }

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

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

background-color css

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

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

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

border-color css

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

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

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