Html Css Color HEX #AF7AA4 Bouquet

📋 copy color: '#AF7AA4'

red 175 ◦ green 122 ◦ blue 164

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

Shades of Bouquet #AF7AA4

Tints of Bouquet #AF7AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 37.96%
G = 26.46%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF7AA4 (or 0xAF7AA4) is known color: Bouquet. HEX triplet: AF, 7A and A4. RGB value is (175,122,164). Sum of RGB (Red+Green+Blue) = 175+122+164=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AA4 is #50855B. Grayscale: #8E8E8E. Windows color (decimal): -5277020 or 10779311. OLE color: 10779311.

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

Color convert

RGB 175 122 164 -
CMYK 0 0.30 0.06 0.31
HSL 312.45º 0.25% 0.58% -
HSV(B) 312.45º 0.3% 0.69% -
XYZ 31.34 25.71 38.43 -
YUV 142.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 175 122 164 0 0.30 0.06 0.31 312.45 0.25 0.58
Hex AF 7A A4 0 1E 6 1F 138 19 3A
Octal 257 172 244 0 36 6 37 470 31 72
Binary 10101111 1111010 10100100 0 11110 110 11111 100111000 11001 111010

Color Harmonies of #AF7AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AA4

Black with #AF7AA4

Text Example


Text Example

White with #AF7AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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