Html Css Color HEX #AF6B9C Bouquet

📋 copy color: '#AF6B9C'

red 175 ◦ green 107 ◦ blue 156

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

Shades of Bouquet #AF6B9C

Tints of Bouquet #AF6B9C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.43%

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 39.95%
G = 24.43%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF6B9C (or 0xAF6B9C) is known color: Bouquet. HEX triplet: AF, 6B and 9C. RGB value is (175,107,156). Sum of RGB (Red+Green+Blue) = 175+107+156=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B9C is #509463. Grayscale: #848484. Windows color (decimal): -5280868 or 10251183. OLE color: 10251183.

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

Color convert

RGB 175 107 156 -
CMYK 0 0.39 0.11 0.31
HSL 316.76º 0.3% 0.55% -
HSV(B) 316.76º 0.39% 0.69% -
XYZ 28.94 22.03 34.18 -
YUV 132.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 175 107 156 0 0.39 0.11 0.31 316.76 0.3 0.55
Hex AF 6B 9C 0 27 B 1F 13D 1E 37
Octal 257 153 234 0 47 13 37 475 36 67
Binary 10101111 1101011 10011100 0 100111 1011 11111 100111101 11110 110111

Color Harmonies of #AF6B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B9C

Black with #AF6B9C

Text Example


Text Example

White with #AF6B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B9C; }

 p { color: rgb(175,107,156); }

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

background-color css

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

 a { background-color: rgb(175,107,156); }

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

border-color css

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

 span { border-color: rgb(175,107,156); }

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