Html Css Color HEX #AF2D60 Rouge

📋 copy color: '#AF2D60'

red 175 ◦ green 45 ◦ blue 96

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

Shades of Rouge #AF2D60

Tints of Rouge #AF2D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 55.38%
G = 14.24%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF2D60 (or 0xAF2D60) is known color: Rouge. HEX triplet: AF, 2D and 60. RGB value is (175,45,96). Sum of RGB (Red+Green+Blue) = 175+45+96=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2D60 is #50D29F. Grayscale: #595959. Windows color (decimal): -5296800 or 6303151. OLE color: 6303151.

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

Color convert

RGB 175 45 96 -
CMYK 0 0.74 0.45 0.31
HSL 336.46º 0.59% 0.43% -
HSV(B) 336.46º 0.74% 0.69% -
XYZ 20.73 11.84 12.26 -
YUV 89.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 175 45 96 0 0.74 0.45 0.31 336.46 0.59 0.43
Hex AF 2D 60 0 4A 2D 1F 150 3B 2B
Octal 257 55 140 0 112 55 37 520 73 53
Binary 10101111 101101 1100000 0 1001010 101101 11111 101010000 111011 101011

Color Harmonies of #AF2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D60

Black with #AF2D60

Text Example


Text Example

White with #AF2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D60; }

 p { color: rgb(175,45,96); }

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

background-color css

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

 a { background-color: rgb(175,45,96); }

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

border-color css

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

 span { border-color: rgb(175,45,96); }

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