Html Css Color HEX #AF78A2 Bouquet

📋 copy color: '#AF78A2'

red 175 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #AF78A2

Tints of Bouquet #AF78A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 38.29%
G = 26.26%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF78A2 (or 0xAF78A2) is known color: Bouquet. HEX triplet: AF, 78 and A2. RGB value is (175,120,162). Sum of RGB (Red+Green+Blue) = 175+120+162=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF78A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF78A2 is #50875D. Grayscale: #8D8D8D. Windows color (decimal): -5277534 or 10647727. OLE color: 10647727.

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

Color convert

RGB 175 120 162 -
CMYK 0 0.31 0.07 0.31
HSL 314.18º 0.26% 0.58% -
HSV(B) 314.18º 0.31% 0.69% -
XYZ 30.92 25.16 37.41 -
YUV 141.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 175 120 162 0 0.31 0.07 0.31 314.18 0.26 0.58
Hex AF 78 A2 0 1F 7 1F 13A 1A 3A
Octal 257 170 242 0 37 7 37 472 32 72
Binary 10101111 1111000 10100010 0 11111 111 11111 100111010 11010 111010

Color Harmonies of #AF78A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78A2

Black with #AF78A2

Text Example


Text Example

White with #AF78A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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