Html Css Color HEX #AF7D9E Bouquet

📋 copy color: '#AF7D9E'

red 175 ◦ green 125 ◦ blue 158

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

Shades of Bouquet #AF7D9E

Tints of Bouquet #AF7D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

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

R = 38.21%
G = 27.29%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF7D9E (or 0xAF7D9E) is known color: Bouquet. HEX triplet: AF, 7D and 9E. RGB value is (175,125,158). Sum of RGB (Red+Green+Blue) = 175+125+158=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D9E is #508261. Grayscale: #8F8F8F. Windows color (decimal): -5276258 or 10386863. OLE color: 10386863.

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

Color convert

RGB 175 125 158 -
CMYK 0 0.29 0.10 0.31
HSL 320.4º 0.24% 0.59% -
HSV(B) 320.4º 0.29% 0.69% -
XYZ 31.18 26.25 35.77 -
YUV 143.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 175 125 158 0 0.29 0.10 0.31 320.4 0.24 0.59
Hex AF 7D 9E 0 1D A 1F 140 18 3B
Octal 257 175 236 0 35 12 37 500 30 73
Binary 10101111 1111101 10011110 0 11101 1010 11111 101000000 11000 111011

Color Harmonies of #AF7D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D9E

Black with #AF7D9E

Text Example


Text Example

White with #AF7D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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