Html Css Color HEX #AF7FA1 Bouquet

📋 copy color: '#AF7FA1'

red 175 ◦ green 127 ◦ blue 161

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

Shades of Bouquet #AF7FA1

Tints of Bouquet #AF7FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 27.43%

 BLUE value IS 161 (63.28% from 255) = 34.77%

R = 37.8%
G = 27.43%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF7FA1 (or 0xAF7FA1) is known color: Bouquet. HEX triplet: AF, 7F and A1. RGB value is (175,127,161). Sum of RGB (Red+Green+Blue) = 175+127+161=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA1 is #50805E. Grayscale: #919191. Windows color (decimal): -5275743 or 10583983. OLE color: 10583983.

HSL color Cylindrical-coordinate representation of color #AF7FA1: hue angle of 317.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7FA1 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 161 -
CMYK 0 0.27 0.08 0.31
HSL 317.5º 0.23% 0.59% -
HSV(B) 317.5º 0.27% 0.69% -
XYZ 31.7 26.87 37.23 -
YUV 145.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 175 127 161 0 0.27 0.08 0.31 317.5 0.23 0.59
Hex AF 7F A1 0 1B 8 1F 13E 17 3B
Octal 257 177 241 0 33 10 37 476 27 73
Binary 10101111 1111111 10100001 0 11011 1000 11111 100111110 10111 111011

Color Harmonies of #AF7FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FA1

Black with #AF7FA1

Text Example


Text Example

White with #AF7FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FA1; }

 p { color: rgb(175,127,161); }

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

background-color css

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

 a { background-color: rgb(175,127,161); }

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

border-color css

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

 span { border-color: rgb(175,127,161); }

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