Html Css Color HEX #AF75A0 Bouquet

📋 copy color: '#AF75A0'

red 175 ◦ green 117 ◦ blue 160

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

Shades of Bouquet #AF75A0

Tints of Bouquet #AF75A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 38.72%
G = 25.88%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF75A0 (or 0xAF75A0) is known color: Bouquet. HEX triplet: AF, 75 and A0. RGB value is (175,117,160). Sum of RGB (Red+Green+Blue) = 175+117+160=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75A0 is #508A5F. Grayscale: #8B8B8B. Windows color (decimal): -5278304 or 10515887. OLE color: 10515887.

HSL color Cylindrical-coordinate representation of color #AF75A0: hue angle of 315.52º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF75A0 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 160 -
CMYK 0 0.33 0.09 0.31
HSL 315.52º 0.27% 0.57% -
HSV(B) 315.52º 0.33% 0.69% -
XYZ 30.39 24.37 36.36 -
YUV 139.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 175 117 160 0 0.33 0.09 0.31 315.52 0.27 0.57
Hex AF 75 A0 0 21 9 1F 13C 1B 39
Octal 257 165 240 0 41 11 37 474 33 71
Binary 10101111 1110101 10100000 0 100001 1001 11111 100111100 11011 111001

Color Harmonies of #AF75A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75A0

Black with #AF75A0

Text Example


Text Example

White with #AF75A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75A0; }

 p { color: rgb(175,117,160); }

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

background-color css

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

 a { background-color: rgb(175,117,160); }

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

border-color css

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

 span { border-color: rgb(175,117,160); }

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