Html Css Color HEX #AF7CA6 Bouquet

📋 copy color: '#AF7CA6'

red 175 ◦ green 124 ◦ blue 166

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

Shades of Bouquet #AF7CA6

Tints of Bouquet #AF7CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 37.63%
G = 26.67%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF7CA6 (or 0xAF7CA6) is known color: Bouquet. HEX triplet: AF, 7C and A6. RGB value is (175,124,166). Sum of RGB (Red+Green+Blue) = 175+124+166=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA6 is #508359. Grayscale: #8F8F8F. Windows color (decimal): -5276506 or 10910895. OLE color: 10910895.

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

Color convert

RGB 175 124 166 -
CMYK 0 0.29 0.05 0.31
HSL 310.59º 0.24% 0.59% -
HSV(B) 310.59º 0.29% 0.69% -
XYZ 31.77 26.28 39.47 -
YUV 144.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 175 124 166 0 0.29 0.05 0.31 310.59 0.24 0.59
Hex AF 7C A6 0 1D 5 1F 137 18 3B
Octal 257 174 246 0 35 5 37 467 30 73
Binary 10101111 1111100 10100110 0 11101 101 11111 100110111 11000 111011

Color Harmonies of #AF7CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA6

Black with #AF7CA6

Text Example


Text Example

White with #AF7CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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