Html Css Color HEX #AF7E9E Bouquet

📋 copy color: '#AF7E9E'

red 175 ◦ green 126 ◦ blue 158

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

Shades of Bouquet #AF7E9E

Tints of Bouquet #AF7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

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

R = 38.13%
G = 27.45%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF7E9E (or 0xAF7E9E) is known color: Bouquet. HEX triplet: AF, 7E and 9E. RGB value is (175,126,158). Sum of RGB (Red+Green+Blue) = 175+126+158=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7E9E is #508161. Grayscale: #909090. Windows color (decimal): -5276002 or 10387119. OLE color: 10387119.

HSL color Cylindrical-coordinate representation of color #AF7E9E: hue angle of 320.82º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7E9E is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 158 -
CMYK 0 0.28 0.10 0.31
HSL 320.82º 0.23% 0.59% -
HSV(B) 320.82º 0.28% 0.69% -
XYZ 31.31 26.5 35.81 -
YUV 144.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 175 126 158 0 0.28 0.10 0.31 320.82 0.23 0.59
Hex AF 7E 9E 0 1C A 1F 141 17 3B
Octal 257 176 236 0 34 12 37 501 27 73
Binary 10101111 1111110 10011110 0 11100 1010 11111 101000001 10111 111011

Color Harmonies of #AF7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E9E

Black with #AF7E9E

Text Example


Text Example

White with #AF7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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