Html Css Color HEX #AF7D9D Bouquet

📋 copy color: '#AF7D9D'

red 175 ◦ green 125 ◦ blue 157

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

Shades of Bouquet #AF7D9D

Tints of Bouquet #AF7D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 38.29%
G = 27.35%
B = 34.35%

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

#AF7D9D (or 0xAF7D9D) is known color: Bouquet. HEX triplet: AF, 7D and 9D. RGB value is (175,125,157). Sum of RGB (Red+Green+Blue) = 175+125+157=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D9D is #508262. Grayscale: #8F8F8F. Windows color (decimal): -5276259 or 10321327. OLE color: 10321327.

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

Color convert

RGB 175 125 157 -
CMYK 0 0.29 0.10 0.31
HSL 321.6º 0.24% 0.59% -
HSV(B) 321.6º 0.29% 0.69% -
XYZ 31.1 26.22 35.32 -
YUV 143.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 175 125 157 0 0.29 0.10 0.31 321.6 0.24 0.59
Hex AF 7D 9D 0 1D A 1F 142 18 3B
Octal 257 175 235 0 35 12 37 502 30 73
Binary 10101111 1111101 10011101 0 11101 1010 11111 101000010 11000 111011

Color Harmonies of #AF7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D9D

Black with #AF7D9D

Text Example


Text Example

White with #AF7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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