Html Css Color HEX #AF2F70 Rouge

📋 copy color: '#AF2F70'

red 175 ◦ green 47 ◦ blue 112

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

Shades of Rouge #AF2F70

Tints of Rouge #AF2F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 52.4%
G = 14.07%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF2F70 (or 0xAF2F70) is known color: Rouge. HEX triplet: AF, 2F and 70. RGB value is (175,47,112). Sum of RGB (Red+Green+Blue) = 175+47+112=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F70 is #50D08F. Grayscale: #5C5C5C. Windows color (decimal): -5296272 or 7352239. OLE color: 7352239.

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

Color convert

RGB 175 47 112 -
CMYK 0 0.73 0.36 0.31
HSL 329.53º 0.58% 0.44% -
HSV(B) 329.53º 0.73% 0.69% -
XYZ 21.62 12.32 16.57 -
YUV 92.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 175 47 112 0 0.73 0.36 0.31 329.53 0.58 0.44
Hex AF 2F 70 0 49 24 1F 14A 3A 2C
Octal 257 57 160 0 111 44 37 512 72 54
Binary 10101111 101111 1110000 0 1001001 100100 11111 101001010 111010 101100

Color Harmonies of #AF2F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F70

Black with #AF2F70

Text Example


Text Example

White with #AF2F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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