Html Css Color HEX #AF426A Rouge

📋 copy color: '#AF426A'

red 175 ◦ green 66 ◦ blue 106

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

Shades of Rouge #AF426A

Tints of Rouge #AF426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

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

R = 50.43%
G = 19.02%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF426A (or 0xAF426A) is known color: Rouge. HEX triplet: AF, 42 and 6A. RGB value is (175,66,106). Sum of RGB (Red+Green+Blue) = 175+66+106=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426A is #50BD95. Grayscale: #676767. Windows color (decimal): -5291414 or 6963887. OLE color: 6963887.

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

Color convert

RGB 175 66 106 -
CMYK 0 0.62 0.39 0.31
HSL 337.98º 0.45% 0.47% -
HSV(B) 337.98º 0.62% 0.69% -
XYZ 22.23 14.05 15.18 -
YUV 103.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 175 66 106 0 0.62 0.39 0.31 337.98 0.45 0.47
Hex AF 42 6A 0 3E 27 1F 152 2D 2F
Octal 257 102 152 0 76 47 37 522 55 57
Binary 10101111 1000010 1101010 0 111110 100111 11111 101010010 101101 101111

Color Harmonies of #AF426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF426A

Black with #AF426A

Text Example


Text Example

White with #AF426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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