Html Css Color HEX #AF2A6D Rouge

📋 copy color: '#AF2A6D'

red 175 ◦ green 42 ◦ blue 109

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

Shades of Rouge #AF2A6D

Tints of Rouge #AF2A6D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 53.68%
G = 12.88%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF2A6D (or 0xAF2A6D) is known color: Rouge. HEX triplet: AF, 2A and 6D. RGB value is (175,42,109). Sum of RGB (Red+Green+Blue) = 175+42+109=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A6D is #50D592. Grayscale: #595959. Windows color (decimal): -5297555 or 7154351. OLE color: 7154351.

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

Color convert

RGB 175 42 109 -
CMYK 0 0.76 0.38 0.31
HSL 329.77º 0.61% 0.43% -
HSV(B) 329.77º 0.76% 0.69% -
XYZ 21.27 11.87 15.64 -
YUV 89.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 175 42 109 0 0.76 0.38 0.31 329.77 0.61 0.43
Hex AF 2A 6D 0 4C 26 1F 14A 3D 2B
Octal 257 52 155 0 114 46 37 512 75 53
Binary 10101111 101010 1101101 0 1001100 100110 11111 101001010 111101 101011

Color Harmonies of #AF2A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2A6D

Black with #AF2A6D

Text Example


Text Example

White with #AF2A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2A6D; }

 p { color: rgb(175,42,109); }

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

background-color css

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

 a { background-color: rgb(175,42,109); }

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

border-color css

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

 span { border-color: rgb(175,42,109); }

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