Html Css Color HEX #AF7D9B Bouquet

📋 copy color: '#AF7D9B'

red 175 ◦ green 125 ◦ blue 155

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

Shades of Bouquet #AF7D9B

Tints of Bouquet #AF7D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.07%

R = 38.46%
G = 27.47%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF7D9B (or 0xAF7D9B) is known color: Bouquet. HEX triplet: AF, 7D and 9B. RGB value is (175,125,155). Sum of RGB (Red+Green+Blue) = 175+125+155=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D9B is #508264. Grayscale: #8F8F8F. Windows color (decimal): -5276261 or 10190255. OLE color: 10190255.

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

Color convert

RGB 175 125 155 -
CMYK 0 0.29 0.11 0.31
HSL 324º 0.24% 0.59% -
HSV(B) 324º 0.29% 0.69% -
XYZ 30.93 26.15 34.43 -
YUV 143.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 175 125 155 0 0.29 0.11 0.31 324 0.24 0.59
Hex AF 7D 9B 0 1D B 1F 144 18 3B
Octal 257 175 233 0 35 13 37 504 30 73
Binary 10101111 1111101 10011011 0 11101 1011 11111 101000100 11000 111011

Color Harmonies of #AF7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D9B

Black with #AF7D9B

Text Example


Text Example

White with #AF7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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