Html Css Color HEX #AF2564 Rouge

📋 copy color: '#AF2564'

red 175 ◦ green 37 ◦ blue 100

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

Shades of Rouge #AF2564

Tints of Rouge #AF2564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 56.09%
G = 11.86%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF2564 (or 0xAF2564) is known color: Rouge. HEX triplet: AF, 25 and 64. RGB value is (175,37,100). Sum of RGB (Red+Green+Blue) = 175+37+100=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2564 is #50DA9B. Grayscale: #555555. Windows color (decimal): -5298844 or 6563247. OLE color: 6563247.

HSL color Cylindrical-coordinate representation of color #AF2564: hue angle of 332.61º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2564 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 100 -
CMYK 0 0.79 0.43 0.31
HSL 332.61º 0.65% 0.42% -
HSV(B) 332.61º 0.79% 0.69% -
XYZ 20.64 11.36 13.16 -
YUV 85.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 175 37 100 0 0.79 0.43 0.31 332.61 0.65 0.42
Hex AF 25 64 0 4F 2B 1F 14D 41 2A
Octal 257 45 144 0 117 53 37 515 101 52
Binary 10101111 100101 1100100 0 1001111 101011 11111 101001101 1000001 101010

Color Harmonies of #AF2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2564

Black with #AF2564

Text Example


Text Example

White with #AF2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2564; }

 p { color: rgb(175,37,100); }

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

background-color css

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

 a { background-color: rgb(175,37,100); }

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

border-color css

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

 span { border-color: rgb(175,37,100); }

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