Html Css Color HEX #AF7AA1 Bouquet

📋 copy color: '#AF7AA1'

red 175 ◦ green 122 ◦ blue 161

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

Shades of Bouquet #AF7AA1

Tints of Bouquet #AF7AA1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.64%

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

R = 38.21%
G = 26.64%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF7AA1 (or 0xAF7AA1) is known color: Bouquet. HEX triplet: AF, 7A and A1. RGB value is (175,122,161). Sum of RGB (Red+Green+Blue) = 175+122+161=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AA1 is #50855E. Grayscale: #8E8E8E. Windows color (decimal): -5277023 or 10582703. OLE color: 10582703.

HSL color Cylindrical-coordinate representation of color #AF7AA1: hue angle of 315.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7AA1 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 122 161 -
CMYK 0 0.30 0.08 0.31
HSL 315.85º 0.25% 0.58% -
HSV(B) 315.85º 0.3% 0.69% -
XYZ 31.07 25.61 37.02 -
YUV 142.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 175 122 161 0 0.30 0.08 0.31 315.85 0.25 0.58
Hex AF 7A A1 0 1E 8 1F 13C 19 3A
Octal 257 172 241 0 36 10 37 474 31 72
Binary 10101111 1111010 10100001 0 11110 1000 11111 100111100 11001 111010

Color Harmonies of #AF7AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AA1

Black with #AF7AA1

Text Example


Text Example

White with #AF7AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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