Html Css Color HEX #AF6C9F Bouquet

📋 copy color: '#AF6C9F'

red 175 ◦ green 108 ◦ blue 159

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

Shades of Bouquet #AF6C9F

Tints of Bouquet #AF6C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 39.59%
G = 24.43%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF6C9F (or 0xAF6C9F) is known color: Bouquet. HEX triplet: AF, 6C and 9F. RGB value is (175,108,159). Sum of RGB (Red+Green+Blue) = 175+108+159=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C9F is #509360. Grayscale: #858585. Windows color (decimal): -5280609 or 10448047. OLE color: 10448047.

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

Color convert

RGB 175 108 159 -
CMYK 0 0.38 0.09 0.31
HSL 314.33º 0.3% 0.55% -
HSV(B) 314.33º 0.38% 0.69% -
XYZ 29.3 22.34 35.57 -
YUV 133.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 175 108 159 0 0.38 0.09 0.31 314.33 0.3 0.55
Hex AF 6C 9F 0 26 9 1F 13A 1E 37
Octal 257 154 237 0 46 11 37 472 36 67
Binary 10101111 1101100 10011111 0 100110 1001 11111 100111010 11110 110111

Color Harmonies of #AF6C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C9F

Black with #AF6C9F

Text Example


Text Example

White with #AF6C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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