Html Css Color HEX #AF6CA0 Bouquet

📋 copy color: '#AF6CA0'

red 175 ◦ green 108 ◦ blue 160

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

Shades of Bouquet #AF6CA0

Tints of Bouquet #AF6CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.38%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 39.5%
G = 24.38%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF6CA0 (or 0xAF6CA0) is known color: Bouquet. HEX triplet: AF, 6C and A0. RGB value is (175,108,160). Sum of RGB (Red+Green+Blue) = 175+108+160=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CA0 is #50935F. Grayscale: #858585. Windows color (decimal): -5280608 or 10513583. OLE color: 10513583.

HSL color Cylindrical-coordinate representation of color #AF6CA0: hue angle of 313.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6CA0 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 160 -
CMYK 0 0.38 0.09 0.31
HSL 313.43º 0.3% 0.55% -
HSV(B) 313.43º 0.38% 0.69% -
XYZ 29.39 22.38 36.03 -
YUV 133.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 175 108 160 0 0.38 0.09 0.31 313.43 0.3 0.55
Hex AF 6C A0 0 26 9 1F 139 1E 37
Octal 257 154 240 0 46 11 37 471 36 67
Binary 10101111 1101100 10100000 0 100110 1001 11111 100111001 11110 110111

Color Harmonies of #AF6CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CA0

Black with #AF6CA0

Text Example


Text Example

White with #AF6CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CA0; }

 p { color: rgb(175,108,160); }

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

background-color css

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

 a { background-color: rgb(175,108,160); }

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

border-color css

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

 span { border-color: rgb(175,108,160); }

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