Html Css Color HEX #AF7CA2 Bouquet

📋 copy color: '#AF7CA2'

red 175 ◦ green 124 ◦ blue 162

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

Shades of Bouquet #AF7CA2

Tints of Bouquet #AF7CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

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

R = 37.96%
G = 26.9%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF7CA2 (or 0xAF7CA2) is known color: Bouquet. HEX triplet: AF, 7C and A2. RGB value is (175,124,162). Sum of RGB (Red+Green+Blue) = 175+124+162=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA2 is #50835D. Grayscale: #8F8F8F. Windows color (decimal): -5276510 or 10648751. OLE color: 10648751.

HSL color Cylindrical-coordinate representation of color #AF7CA2: hue angle of 315.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7CA2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 162 -
CMYK 0 0.29 0.07 0.31
HSL 315.29º 0.24% 0.59% -
HSV(B) 315.29º 0.29% 0.69% -
XYZ 31.41 26.14 37.57 -
YUV 143.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 175 124 162 0 0.29 0.07 0.31 315.29 0.24 0.59
Hex AF 7C A2 0 1D 7 1F 13B 18 3B
Octal 257 174 242 0 35 7 37 473 30 73
Binary 10101111 1111100 10100010 0 11101 111 11111 100111011 11000 111011

Color Harmonies of #AF7CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA2

Black with #AF7CA2

Text Example


Text Example

White with #AF7CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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