Html Css Color HEX #AF7CA0 Bouquet

📋 copy color: '#AF7CA0'

red 175 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #AF7CA0

Tints of Bouquet #AF7CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 38.13%
G = 27.02%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF7CA0 (or 0xAF7CA0) is known color: Bouquet. HEX triplet: AF, 7C and A0. RGB value is (175,124,160). Sum of RGB (Red+Green+Blue) = 175+124+160=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA0 is #50835F. Grayscale: #8F8F8F. Windows color (decimal): -5276512 or 10517679. OLE color: 10517679.

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

Color convert

RGB 175 124 160 -
CMYK 0 0.29 0.09 0.31
HSL 317.65º 0.24% 0.59% -
HSV(B) 317.65º 0.29% 0.69% -
XYZ 31.23 26.07 36.64 -
YUV 143.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 175 124 160 0 0.29 0.09 0.31 317.65 0.24 0.59
Hex AF 7C A0 0 1D 9 1F 13E 18 3B
Octal 257 174 240 0 35 11 37 476 30 73
Binary 10101111 1111100 10100000 0 11101 1001 11111 100111110 11000 111011

Color Harmonies of #AF7CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA0

Black with #AF7CA0

Text Example


Text Example

White with #AF7CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA0; }

 p { color: rgb(175,124,160); }

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

background-color css

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

 a { background-color: rgb(175,124,160); }

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

border-color css

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

 span { border-color: rgb(175,124,160); }

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