Html Css Color HEX #AF276A Rouge

📋 copy color: '#AF276A'

red 175 ◦ green 39 ◦ blue 106

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

Shades of Rouge #AF276A

Tints of Rouge #AF276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 54.69%
G = 12.19%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF276A (or 0xAF276A) is known color: Rouge. HEX triplet: AF, 27 and 6A. RGB value is (175,39,106). Sum of RGB (Red+Green+Blue) = 175+39+106=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF276A is #50D895. Grayscale: #575757. Windows color (decimal): -5298326 or 6956975. OLE color: 6956975.

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

Color convert

RGB 175 39 106 -
CMYK 0 0.78 0.39 0.31
HSL 330.44º 0.64% 0.42% -
HSV(B) 330.44º 0.78% 0.69% -
XYZ 21.01 11.61 14.77 -
YUV 87.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 175 39 106 0 0.78 0.39 0.31 330.44 0.64 0.42
Hex AF 27 6A 0 4E 27 1F 14A 40 2A
Octal 257 47 152 0 116 47 37 512 100 52
Binary 10101111 100111 1101010 0 1001110 100111 11111 101001010 1000000 101010

Color Harmonies of #AF276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF276A

Black with #AF276A

Text Example


Text Example

White with #AF276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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