Html Css Color HEX #AF78A8 Bouquet

📋 copy color: '#AF78A8'

red 175 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #AF78A8

Tints of Bouquet #AF78A8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.92%

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

R = 37.8%
G = 25.92%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF78A8 (or 0xAF78A8) is known color: Bouquet. HEX triplet: AF, 78 and A8. RGB value is (175,120,168). Sum of RGB (Red+Green+Blue) = 175+120+168=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF78A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF78A8 is #508757. Grayscale: #8D8D8D. Windows color (decimal): -5277528 or 11040943. OLE color: 11040943.

HSL color Cylindrical-coordinate representation of color #AF78A8: hue angle of 307.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF78A8 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 120 168 -
CMYK 0 0.31 0.04 0.31
HSL 307.64º 0.26% 0.58% -
HSV(B) 307.64º 0.31% 0.69% -
XYZ 31.46 25.37 40.29 -
YUV 141.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 175 120 168 0 0.31 0.04 0.31 307.64 0.26 0.58
Hex AF 78 A8 0 1F 4 1F 134 1A 3A
Octal 257 170 250 0 37 4 37 464 32 72
Binary 10101111 1111000 10101000 0 11111 100 11111 100110100 11010 111010

Color Harmonies of #AF78A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78A8

Black with #AF78A8

Text Example


Text Example

White with #AF78A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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