Html Css Color HEX #AF6C96 Bouquet

📋 copy color: '#AF6C96'

red 175 ◦ green 108 ◦ blue 150

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

Shades of Bouquet #AF6C96

Tints of Bouquet #AF6C96

RGB

 RED value IS 175 (68.75% from 255) = 40.42%

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 40.42%
G = 24.94%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF6C96 (or 0xAF6C96) is known color: Bouquet. HEX triplet: AF, 6C and 96. RGB value is (175,108,150). Sum of RGB (Red+Green+Blue) = 175+108+150=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C96 is #509369. Grayscale: #848484. Windows color (decimal): -5280618 or 9858223. OLE color: 9858223.

HSL color Cylindrical-coordinate representation of color #AF6C96: hue angle of 322.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C96 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 150 -
CMYK 0 0.38 0.14 0.31
HSL 322.39º 0.3% 0.55% -
HSV(B) 322.39º 0.38% 0.69% -
XYZ 28.55 22.04 31.6 -
YUV 132.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 175 108 150 0 0.38 0.14 0.31 322.39 0.3 0.55
Hex AF 6C 96 0 26 E 1F 142 1E 37
Octal 257 154 226 0 46 16 37 502 36 67
Binary 10101111 1101100 10010110 0 100110 1110 11111 101000010 11110 110111

Color Harmonies of #AF6C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C96

Black with #AF6C96

Text Example


Text Example

White with #AF6C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C96; }

 p { color: rgb(175,108,150); }

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

background-color css

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

 a { background-color: rgb(175,108,150); }

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

border-color css

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

 span { border-color: rgb(175,108,150); }

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