Html Css Color HEX #AF2865 Rouge

📋 copy color: '#AF2865'

red 175 ◦ green 40 ◦ blue 101

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

Shades of Rouge #AF2865

Tints of Rouge #AF2865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 55.38%
G = 12.66%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2865 (or 0xAF2865) is known color: Rouge. HEX triplet: AF, 28 and 65. RGB value is (175,40,101). Sum of RGB (Red+Green+Blue) = 175+40+101=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2865 is #50D79A. Grayscale: #575757. Windows color (decimal): -5298075 or 6629551. OLE color: 6629551.

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

Color convert

RGB 175 40 101 -
CMYK 0 0.77 0.42 0.31
HSL 332.89º 0.63% 0.42% -
HSV(B) 332.89º 0.77% 0.69% -
XYZ 20.79 11.57 13.45 -
YUV 87.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 175 40 101 0 0.77 0.42 0.31 332.89 0.63 0.42
Hex AF 28 65 0 4D 2A 1F 14D 3F 2A
Octal 257 50 145 0 115 52 37 515 77 52
Binary 10101111 101000 1100101 0 1001101 101010 11111 101001101 111111 101010

Color Harmonies of #AF2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2865

Black with #AF2865

Text Example


Text Example

White with #AF2865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2865; }

 p { color: rgb(175,40,101); }

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

background-color css

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

 a { background-color: rgb(175,40,101); }

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

border-color css

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

 span { border-color: rgb(175,40,101); }

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