Html Css Color HEX #AF6C95 Bouquet

📋 copy color: '#AF6C95'

red 175 ◦ green 108 ◦ blue 149

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

Shades of Bouquet #AF6C95

Tints of Bouquet #AF6C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 40.51%
G = 25%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF6C95 (or 0xAF6C95) is known color: Bouquet. HEX triplet: AF, 6C and 95. RGB value is (175,108,149). Sum of RGB (Red+Green+Blue) = 175+108+149=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C95 is #50936A. Grayscale: #848484. Windows color (decimal): -5280619 or 9792687. OLE color: 9792687.

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

Color convert

RGB 175 108 149 -
CMYK 0 0.38 0.15 0.31
HSL 323.28º 0.3% 0.55% -
HSV(B) 323.28º 0.38% 0.69% -
XYZ 28.47 22.01 31.18 -
YUV 132.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 175 108 149 0 0.38 0.15 0.31 323.28 0.3 0.55
Hex AF 6C 95 0 26 F 1F 143 1E 37
Octal 257 154 225 0 46 17 37 503 36 67
Binary 10101111 1101100 10010101 0 100110 1111 11111 101000011 11110 110111

Color Harmonies of #AF6C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C95

Black with #AF6C95

Text Example


Text Example

White with #AF6C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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