Html Css Color HEX #AF75A8 Bouquet

📋 copy color: '#AF75A8'

red 175 ◦ green 117 ◦ blue 168

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

Shades of Bouquet #AF75A8

Tints of Bouquet #AF75A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 38.04%
G = 25.43%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF75A8 (or 0xAF75A8) is known color: Bouquet. HEX triplet: AF, 75 and A8. RGB value is (175,117,168). Sum of RGB (Red+Green+Blue) = 175+117+168=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75A8 is #508A57. Grayscale: #8C8C8C. Windows color (decimal): -5278296 or 11040175. OLE color: 11040175.

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

Color convert

RGB 175 117 168 -
CMYK 0 0.33 0.04 0.31
HSL 307.24º 0.27% 0.57% -
HSV(B) 307.24º 0.33% 0.69% -
XYZ 31.11 24.66 40.17 -
YUV 140.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 175 117 168 0 0.33 0.04 0.31 307.24 0.27 0.57
Hex AF 75 A8 0 21 4 1F 133 1B 39
Octal 257 165 250 0 41 4 37 463 33 71
Binary 10101111 1110101 10101000 0 100001 100 11111 100110011 11011 111001

Color Harmonies of #AF75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75A8

Black with #AF75A8

Text Example


Text Example

White with #AF75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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