Html Css Color HEX #AF2C6A Rouge

📋 copy color: '#AF2C6A'

red 175 ◦ green 44 ◦ blue 106

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

Shades of Rouge #AF2C6A

Tints of Rouge #AF2C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 53.85%
G = 13.54%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF2C6A (or 0xAF2C6A) is known color: Rouge. HEX triplet: AF, 2C and 6A. RGB value is (175,44,106). Sum of RGB (Red+Green+Blue) = 175+44+106=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2C6A is #50D395. Grayscale: #5A5A5A. Windows color (decimal): -5297046 or 6958255. OLE color: 6958255.

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

Color convert

RGB 175 44 106 -
CMYK 0 0.75 0.39 0.31
HSL 331.6º 0.6% 0.43% -
HSV(B) 331.6º 0.75% 0.69% -
XYZ 21.18 11.96 14.83 -
YUV 90.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 175 44 106 0 0.75 0.39 0.31 331.6 0.6 0.43
Hex AF 2C 6A 0 4B 27 1F 14C 3C 2B
Octal 257 54 152 0 113 47 37 514 74 53
Binary 10101111 101100 1101010 0 1001011 100111 11111 101001100 111100 101011

Color Harmonies of #AF2C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C6A

Black with #AF2C6A

Text Example


Text Example

White with #AF2C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C6A; }

 p { color: rgb(175,44,106); }

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

background-color css

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

 a { background-color: rgb(175,44,106); }

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

border-color css

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

 span { border-color: rgb(175,44,106); }

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