Html Css Color HEX #AB6C93 Bouquet

📋 copy color: '#AB6C93'

red 171 ◦ green 108 ◦ blue 147

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

Shades of Bouquet #AB6C93

Tints of Bouquet #AB6C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 40.14%
G = 25.35%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB6C93 (or 0xAB6C93) is known color: Bouquet. HEX triplet: AB, 6C and 93. RGB value is (171,108,147). Sum of RGB (Red+Green+Blue) = 171+108+147=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6C93 is #54936C. Grayscale: #838383. Windows color (decimal): -5542765 or 9661611. OLE color: 9661611.

HSL color Cylindrical-coordinate representation of color #AB6C93: hue angle of 322.86º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6C93 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 108 147 -
CMYK 0 0.37 0.14 0.33
HSL 322.86º 0.27% 0.55% -
HSV(B) 322.86º 0.37% 0.67% -
XYZ 27.42 21.49 30.31 -
YUV 131.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 171 108 147 0 0.37 0.14 0.33 322.86 0.27 0.55
Hex AB 6C 93 0 25 E 21 143 1B 37
Octal 253 154 223 0 45 16 41 503 33 67
Binary 10101011 1101100 10010011 0 100101 1110 100001 101000011 11011 110111

Color Harmonies of #AB6C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6C93

Black with #AB6C93

Text Example


Text Example

White with #AB6C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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