Html Css Color HEX #AF6F9E Bouquet

📋 copy color: '#AF6F9E'

red 175 ◦ green 111 ◦ blue 158

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

Shades of Bouquet #AF6F9E

Tints of Bouquet #AF6F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 39.41%
G = 25%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF6F9E (or 0xAF6F9E) is known color: Bouquet. HEX triplet: AF, 6F and 9E. RGB value is (175,111,158). Sum of RGB (Red+Green+Blue) = 175+111+158=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F9E is #509061. Grayscale: #878787. Windows color (decimal): -5279842 or 10383279. OLE color: 10383279.

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

Color convert

RGB 175 111 158 -
CMYK 0 0.37 0.10 0.31
HSL 315.94º 0.29% 0.56% -
HSV(B) 315.94º 0.37% 0.69% -
XYZ 29.54 22.95 35.22 -
YUV 135.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 175 111 158 0 0.37 0.10 0.31 315.94 0.29 0.56
Hex AF 6F 9E 0 25 A 1F 13C 1D 38
Octal 257 157 236 0 45 12 37 474 35 70
Binary 10101111 1101111 10011110 0 100101 1010 11111 100111100 11101 111000

Color Harmonies of #AF6F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F9E

Black with #AF6F9E

Text Example


Text Example

White with #AF6F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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