Html Css Color HEX #AF6F9C Bouquet

📋 copy color: '#AF6F9C'

red 175 ◦ green 111 ◦ blue 156

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

Shades of Bouquet #AF6F9C

Tints of Bouquet #AF6F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 39.59%
G = 25.11%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF6F9C (or 0xAF6F9C) is known color: Bouquet. HEX triplet: AF, 6F and 9C. RGB value is (175,111,156). Sum of RGB (Red+Green+Blue) = 175+111+156=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F9C is #509063. Grayscale: #878787. Windows color (decimal): -5279844 or 10252207. OLE color: 10252207.

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

Color convert

RGB 175 111 156 -
CMYK 0 0.37 0.11 0.31
HSL 317.81º 0.29% 0.56% -
HSV(B) 317.81º 0.37% 0.69% -
XYZ 29.36 22.88 34.32 -
YUV 135.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 175 111 156 0 0.37 0.11 0.31 317.81 0.29 0.56
Hex AF 6F 9C 0 25 B 1F 13E 1D 38
Octal 257 157 234 0 45 13 37 476 35 70
Binary 10101111 1101111 10011100 0 100101 1011 11111 100111110 11101 111000

Color Harmonies of #AF6F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F9C

Black with #AF6F9C

Text Example


Text Example

White with #AF6F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F9C; }

 p { color: rgb(175,111,156); }

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

background-color css

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

 a { background-color: rgb(175,111,156); }

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

border-color css

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

 span { border-color: rgb(175,111,156); }

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