Html Css Color HEX #AF7DA0 Bouquet

📋 copy color: '#AF7DA0'

red 175 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #AF7DA0

Tints of Bouquet #AF7DA0

RGB

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

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

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

R = 38.04%
G = 27.17%
B = 34.78%

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

#AF7DA0 (or 0xAF7DA0) is known color: Bouquet. HEX triplet: AF, 7D and A0. RGB value is (175,125,160). Sum of RGB (Red+Green+Blue) = 175+125+160=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA0 is #50825F. Grayscale: #8F8F8F. Windows color (decimal): -5276256 or 10517935. OLE color: 10517935.

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

Color convert

RGB 175 125 160 -
CMYK 0 0.29 0.09 0.31
HSL 318º 0.24% 0.59% -
HSV(B) 318º 0.29% 0.69% -
XYZ 31.36 26.32 36.69 -
YUV 143.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 175 125 160 0 0.29 0.09 0.31 318 0.24 0.59
Hex AF 7D A0 0 1D 9 1F 13E 18 3B
Octal 257 175 240 0 35 11 37 476 30 73
Binary 10101111 1111101 10100000 0 11101 1001 11111 100111110 11000 111011

Color Harmonies of #AF7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DA0

Black with #AF7DA0

Text Example


Text Example

White with #AF7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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