Html Css Color HEX #AF7CA4 Bouquet

📋 copy color: '#AF7CA4'

red 175 ◦ green 124 ◦ blue 164

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

Shades of Bouquet #AF7CA4

Tints of Bouquet #AF7CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 37.8%
G = 26.78%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF7CA4 (or 0xAF7CA4) is known color: Bouquet. HEX triplet: AF, 7C and A4. RGB value is (175,124,164). Sum of RGB (Red+Green+Blue) = 175+124+164=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA4 is #50835B. Grayscale: #8F8F8F. Windows color (decimal): -5276508 or 10779823. OLE color: 10779823.

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

Color convert

RGB 175 124 164 -
CMYK 0 0.29 0.06 0.31
HSL 312.94º 0.24% 0.59% -
HSV(B) 312.94º 0.29% 0.69% -
XYZ 31.59 26.21 38.52 -
YUV 143.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 175 124 164 0 0.29 0.06 0.31 312.94 0.24 0.59
Hex AF 7C A4 0 1D 6 1F 139 18 3B
Octal 257 174 244 0 35 6 37 471 30 73
Binary 10101111 1111100 10100100 0 11101 110 11111 100111001 11000 111011

Color Harmonies of #AF7CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA4

Black with #AF7CA4

Text Example


Text Example

White with #AF7CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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