Html Css Color HEX #AF8FA2 Bouquet

📋 copy color: '#AF8FA2'

red 175 ◦ green 143 ◦ blue 162

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

Shades of Bouquet #AF8FA2

Tints of Bouquet #AF8FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 36.46%
G = 29.79%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF8FA2 (or 0xAF8FA2) is known color: Bouquet. HEX triplet: AF, 8F and A2. RGB value is (175,143,162). Sum of RGB (Red+Green+Blue) = 175+143+162=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FA2 is #50705D. Grayscale: #9A9A9A. Windows color (decimal): -5271646 or 10653615. OLE color: 10653615.

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

Color convert

RGB 175 143 162 -
CMYK 0 0.18 0.07 0.31
HSL 324.38º 0.17% 0.62% -
HSV(B) 324.38º 0.18% 0.69% -
XYZ 34.02 31.37 38.44 -
YUV 154.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 175 143 162 0 0.18 0.07 0.31 324.38 0.17 0.62
Hex AF 8F A2 0 12 7 1F 144 11 3E
Octal 257 217 242 0 22 7 37 504 21 76
Binary 10101111 10001111 10100010 0 10010 111 11111 101000100 10001 111110

Color Harmonies of #AF8FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FA2

Black with #AF8FA2

Text Example


Text Example

White with #AF8FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FA2; }

 p { color: rgb(175,143,162); }

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

background-color css

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

 a { background-color: rgb(175,143,162); }

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

border-color css

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

 span { border-color: rgb(175,143,162); }

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