Html Css Color HEX #AF7BA6 Bouquet

📋 copy color: '#AF7BA6'

red 175 ◦ green 123 ◦ blue 166

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

Shades of Bouquet #AF7BA6

Tints of Bouquet #AF7BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 37.72%
G = 26.51%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF7BA6 (or 0xAF7BA6) is known color: Bouquet. HEX triplet: AF, 7B and A6. RGB value is (175,123,166). Sum of RGB (Red+Green+Blue) = 175+123+166=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA6 is #508459. Grayscale: #8F8F8F. Windows color (decimal): -5276762 or 10910639. OLE color: 10910639.

HSL color Cylindrical-coordinate representation of color #AF7BA6: hue angle of 310.38º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7BA6 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 166 -
CMYK 0 0.30 0.05 0.31
HSL 310.38º 0.25% 0.58% -
HSV(B) 310.38º 0.3% 0.69% -
XYZ 31.65 26.03 39.43 -
YUV 143.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 175 123 166 0 0.30 0.05 0.31 310.38 0.25 0.58
Hex AF 7B A6 0 1E 5 1F 136 19 3A
Octal 257 173 246 0 36 5 37 466 31 72
Binary 10101111 1111011 10100110 0 11110 101 11111 100110110 11001 111010

Color Harmonies of #AF7BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BA6

Black with #AF7BA6

Text Example


Text Example

White with #AF7BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BA6; }

 p { color: rgb(175,123,166); }

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

background-color css

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

 a { background-color: rgb(175,123,166); }

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

border-color css

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

 span { border-color: rgb(175,123,166); }

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