Html Css Color HEX #AF6E9F Bouquet

📋 copy color: '#AF6E9F'

red 175 ◦ green 110 ◦ blue 159

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

Shades of Bouquet #AF6E9F

Tints of Bouquet #AF6E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.77%

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

R = 39.41%
G = 24.77%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF6E9F (or 0xAF6E9F) is known color: Bouquet. HEX triplet: AF, 6E and 9F. RGB value is (175,110,159). Sum of RGB (Red+Green+Blue) = 175+110+159=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E9F is #509160. Grayscale: #868686. Windows color (decimal): -5280097 or 10448559. OLE color: 10448559.

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

Color convert

RGB 175 110 159 -
CMYK 0 0.37 0.09 0.31
HSL 314.77º 0.29% 0.56% -
HSV(B) 314.77º 0.37% 0.69% -
XYZ 29.51 22.77 35.64 -
YUV 135.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 175 110 159 0 0.37 0.09 0.31 314.77 0.29 0.56
Hex AF 6E 9F 0 25 9 1F 13B 1D 38
Octal 257 156 237 0 45 11 37 473 35 70
Binary 10101111 1101110 10011111 0 100101 1001 11111 100111011 11101 111000

Color Harmonies of #AF6E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E9F

Black with #AF6E9F

Text Example


Text Example

White with #AF6E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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