Html Css Color HEX #AF7CA5 Bouquet

📋 copy color: '#AF7CA5'

red 175 ◦ green 124 ◦ blue 165

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

Shades of Bouquet #AF7CA5

Tints of Bouquet #AF7CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 37.72%
G = 26.72%
B = 35.56%

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

#AF7CA5 (or 0xAF7CA5) is known color: Bouquet. HEX triplet: AF, 7C and A5. RGB value is (175,124,165). Sum of RGB (Red+Green+Blue) = 175+124+165=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA5 is #50835A. Grayscale: #8F8F8F. Windows color (decimal): -5276507 or 10845359. OLE color: 10845359.

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

Color convert

RGB 175 124 165 -
CMYK 0 0.29 0.06 0.31
HSL 311.76º 0.24% 0.59% -
HSV(B) 311.76º 0.29% 0.69% -
XYZ 31.68 26.25 38.99 -
YUV 143.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 175 124 165 0 0.29 0.06 0.31 311.76 0.24 0.59
Hex AF 7C A5 0 1D 6 1F 138 18 3B
Octal 257 174 245 0 35 6 37 470 30 73
Binary 10101111 1111100 10100101 0 11101 110 11111 100111000 11000 111011

Color Harmonies of #AF7CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA5

Black with #AF7CA5

Text Example


Text Example

White with #AF7CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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