Html Css Color HEX #AF7FA3 Bouquet

📋 copy color: '#AF7FA3'

red 175 ◦ green 127 ◦ blue 163

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

Shades of Bouquet #AF7FA3

Tints of Bouquet #AF7FA3

RGB

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

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

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

R = 37.63%
G = 27.31%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF7FA3 (or 0xAF7FA3) is known color: Bouquet. HEX triplet: AF, 7F and A3. RGB value is (175,127,163). Sum of RGB (Red+Green+Blue) = 175+127+163=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA3 is #50805C. Grayscale: #919191. Windows color (decimal): -5275741 or 10715055. OLE color: 10715055.

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

Color convert

RGB 175 127 163 -
CMYK 0 0.27 0.07 0.31
HSL 315º 0.23% 0.59% -
HSV(B) 315º 0.27% 0.69% -
XYZ 31.88 26.94 38.17 -
YUV 145.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 175 127 163 0 0.27 0.07 0.31 315 0.23 0.59
Hex AF 7F A3 0 1B 7 1F 13B 17 3B
Octal 257 177 243 0 33 7 37 473 27 73
Binary 10101111 1111111 10100011 0 11011 111 11111 100111011 10111 111011

Color Harmonies of #AF7FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FA3

Black with #AF7FA3

Text Example


Text Example

White with #AF7FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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