Html Css Color HEX #AF6C92 Bouquet

📋 copy color: '#AF6C92'

red 175 ◦ green 108 ◦ blue 146

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

Shades of Bouquet #AF6C92

Tints of Bouquet #AF6C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 40.79%
G = 25.17%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF6C92 (or 0xAF6C92) is known color: Bouquet. HEX triplet: AF, 6C and 92. RGB value is (175,108,146). Sum of RGB (Red+Green+Blue) = 175+108+146=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C92 is #50936D. Grayscale: #848484. Windows color (decimal): -5280622 or 9596079. OLE color: 9596079.

HSL color Cylindrical-coordinate representation of color #AF6C92: hue angle of 325.97º 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 #AF6C92 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 146 -
CMYK 0 0.38 0.17 0.31
HSL 325.97º 0.3% 0.55% -
HSV(B) 325.97º 0.38% 0.69% -
XYZ 28.23 21.91 29.94 -
YUV 132.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 175 108 146 0 0.38 0.17 0.31 325.97 0.3 0.55
Hex AF 6C 92 0 26 11 1F 146 1E 37
Octal 257 154 222 0 46 21 37 506 36 67
Binary 10101111 1101100 10010010 0 100110 10001 11111 101000110 11110 110111

Color Harmonies of #AF6C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C92

Black with #AF6C92

Text Example


Text Example

White with #AF6C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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