Html Css Color HEX #AF7CA3 Bouquet

📋 copy color: '#AF7CA3'

red 175 ◦ green 124 ◦ blue 163

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

Shades of Bouquet #AF7CA3

Tints of Bouquet #AF7CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.28%

R = 37.88%
G = 26.84%
B = 35.28%

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

#AF7CA3 (or 0xAF7CA3) is known color: Bouquet. HEX triplet: AF, 7C and A3. RGB value is (175,124,163). Sum of RGB (Red+Green+Blue) = 175+124+163=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA3 is #50835C. Grayscale: #8F8F8F. Windows color (decimal): -5276509 or 10714287. OLE color: 10714287.

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

Color convert

RGB 175 124 163 -
CMYK 0 0.29 0.07 0.31
HSL 314.12º 0.24% 0.59% -
HSV(B) 314.12º 0.29% 0.69% -
XYZ 31.5 26.17 38.04 -
YUV 143.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 175 124 163 0 0.29 0.07 0.31 314.12 0.24 0.59
Hex AF 7C A3 0 1D 7 1F 13A 18 3B
Octal 257 174 243 0 35 7 37 472 30 73
Binary 10101111 1111100 10100011 0 11101 111 11111 100111010 11000 111011

Color Harmonies of #AF7CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA3

Black with #AF7CA3

Text Example


Text Example

White with #AF7CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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