Html Css Color HEX #AF7FA4 Bouquet

📋 copy color: '#AF7FA4'

red 175 ◦ green 127 ◦ blue 164

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

Shades of Bouquet #AF7FA4

Tints of Bouquet #AF7FA4

RGB

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

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

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

R = 37.55%
G = 27.25%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF7FA4 (or 0xAF7FA4) is known color: Bouquet. HEX triplet: AF, 7F and A4. RGB value is (175,127,164). Sum of RGB (Red+Green+Blue) = 175+127+164=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA4 is #50805B. Grayscale: #919191. Windows color (decimal): -5275740 or 10780591. OLE color: 10780591.

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

Color convert

RGB 175 127 164 -
CMYK 0 0.27 0.06 0.31
HSL 313.75º 0.23% 0.59% -
HSV(B) 313.75º 0.27% 0.69% -
XYZ 31.97 26.97 38.64 -
YUV 145.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 175 127 164 0 0.27 0.06 0.31 313.75 0.23 0.59
Hex AF 7F A4 0 1B 6 1F 13A 17 3B
Octal 257 177 244 0 33 6 37 472 27 73
Binary 10101111 1111111 10100100 0 11011 110 11111 100111010 10111 111011

Color Harmonies of #AF7FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FA4

Black with #AF7FA4

Text Example


Text Example

White with #AF7FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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