Html Css Color HEX #AF6D93 Bouquet

📋 copy color: '#AF6D93'

red 175 ◦ green 109 ◦ blue 147

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

Shades of Bouquet #AF6D93

Tints of Bouquet #AF6D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

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

R = 40.6%
G = 25.29%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF6D93 (or 0xAF6D93) is known color: Bouquet. HEX triplet: AF, 6D and 93. RGB value is (175,109,147). Sum of RGB (Red+Green+Blue) = 175+109+147=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D93 is #50926C. Grayscale: #848484. Windows color (decimal): -5280365 or 9661871. OLE color: 9661871.

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

Color convert

RGB 175 109 147 -
CMYK 0 0.38 0.16 0.31
HSL 325.45º 0.29% 0.56% -
HSV(B) 325.45º 0.38% 0.69% -
XYZ 28.41 22.16 30.38 -
YUV 133.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 175 109 147 0 0.38 0.16 0.31 325.45 0.29 0.56
Hex AF 6D 93 0 26 10 1F 145 1D 38
Octal 257 155 223 0 46 20 37 505 35 70
Binary 10101111 1101101 10010011 0 100110 10000 11111 101000101 11101 111000

Color Harmonies of #AF6D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D93

Black with #AF6D93

Text Example


Text Example

White with #AF6D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D93; }

 p { color: rgb(175,109,147); }

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

background-color css

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

 a { background-color: rgb(175,109,147); }

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

border-color css

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

 span { border-color: rgb(175,109,147); }

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