Html Css Color HEX #AF2F64 Rouge

📋 copy color: '#AF2F64'

red 175 ◦ green 47 ◦ blue 100

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

Shades of Rouge #AF2F64

Tints of Rouge #AF2F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.6%

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

R = 54.35%
G = 14.6%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF2F64 (or 0xAF2F64) is known color: Rouge. HEX triplet: AF, 2F and 64. RGB value is (175,47,100). Sum of RGB (Red+Green+Blue) = 175+47+100=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F64 is #50D09B. Grayscale: #5B5B5B. Windows color (decimal): -5296284 or 6565807. OLE color: 6565807.

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

Color convert

RGB 175 47 100 -
CMYK 0 0.73 0.43 0.31
HSL 335.16º 0.58% 0.44% -
HSV(B) 335.16º 0.73% 0.69% -
XYZ 21 12.07 13.28 -
YUV 91.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 175 47 100 0 0.73 0.43 0.31 335.16 0.58 0.44
Hex AF 2F 64 0 49 2B 1F 14F 3A 2C
Octal 257 57 144 0 111 53 37 517 72 54
Binary 10101111 101111 1100100 0 1001001 101011 11111 101001111 111010 101100

Color Harmonies of #AF2F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F64

Black with #AF2F64

Text Example


Text Example

White with #AF2F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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