Html Css Color HEX #AF7AA3 Bouquet

📋 copy color: '#AF7AA3'

red 175 ◦ green 122 ◦ blue 163

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

Shades of Bouquet #AF7AA3

Tints of Bouquet #AF7AA3

RGB

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

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

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

R = 38.04%
G = 26.52%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF7AA3 (or 0xAF7AA3) is known color: Bouquet. HEX triplet: AF, 7A and A3. RGB value is (175,122,163). Sum of RGB (Red+Green+Blue) = 175+122+163=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AA3 is #50855C. Grayscale: #8E8E8E. Windows color (decimal): -5277021 or 10713775. OLE color: 10713775.

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

Color convert

RGB 175 122 163 -
CMYK 0 0.30 0.07 0.31
HSL 313.58º 0.25% 0.58% -
HSV(B) 313.58º 0.3% 0.69% -
XYZ 31.25 25.68 37.96 -
YUV 142.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 175 122 163 0 0.30 0.07 0.31 313.58 0.25 0.58
Hex AF 7A A3 0 1E 7 1F 13A 19 3A
Octal 257 172 243 0 36 7 37 472 31 72
Binary 10101111 1111010 10100011 0 11110 111 11111 100111010 11001 111010

Color Harmonies of #AF7AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AA3

Black with #AF7AA3

Text Example


Text Example

White with #AF7AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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