Html Css Color HEX #AF8EA3 Bouquet

📋 copy color: '#AF8EA3'

red 175 ◦ green 142 ◦ blue 163

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

Shades of Bouquet #AF8EA3

Tints of Bouquet #AF8EA3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 163 (64.06% from 255) = 33.96%

R = 36.46%
G = 29.58%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF8EA3 (or 0xAF8EA3) is known color: Bouquet. HEX triplet: AF, 8E and A3. RGB value is (175,142,163). Sum of RGB (Red+Green+Blue) = 175+142+163=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EA3 is #50715C. Grayscale: #9A9A9A. Windows color (decimal): -5271901 or 10718895. OLE color: 10718895.

HSL color Cylindrical-coordinate representation of color #AF8EA3: hue angle of 321.82º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8EA3 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 163 -
CMYK 0 0.19 0.07 0.31
HSL 321.82º 0.17% 0.62% -
HSV(B) 321.82º 0.19% 0.69% -
XYZ 33.96 31.1 38.86 -
YUV 154.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 175 142 163 0 0.19 0.07 0.31 321.82 0.17 0.62
Hex AF 8E A3 0 13 7 1F 142 11 3E
Octal 257 216 243 0 23 7 37 502 21 76
Binary 10101111 10001110 10100011 0 10011 111 11111 101000010 10001 111110

Color Harmonies of #AF8EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EA3

Black with #AF8EA3

Text Example


Text Example

White with #AF8EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EA3; }

 p { color: rgb(175,142,163); }

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

background-color css

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

 a { background-color: rgb(175,142,163); }

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

border-color css

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

 span { border-color: rgb(175,142,163); }

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