Html Css Color HEX #AF285D Rouge

📋 copy color: '#AF285D'

red 175 ◦ green 40 ◦ blue 93

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

Shades of Rouge #AF285D

Tints of Rouge #AF285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 56.82%
G = 12.99%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF285D (or 0xAF285D) is known color: Rouge. HEX triplet: AF, 28 and 5D. RGB value is (175,40,93). Sum of RGB (Red+Green+Blue) = 175+40+93=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF285D is #50D7A2. Grayscale: #565656. Windows color (decimal): -5298083 or 6105263. OLE color: 6105263.

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

Color convert

RGB 175 40 93 -
CMYK 0 0.77 0.47 0.31
HSL 336.44º 0.63% 0.42% -
HSV(B) 336.44º 0.77% 0.69% -
XYZ 20.41 11.42 11.48 -
YUV 86.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 175 40 93 0 0.77 0.47 0.31 336.44 0.63 0.42
Hex AF 28 5D 0 4D 2F 1F 150 3F 2A
Octal 257 50 135 0 115 57 37 520 77 52
Binary 10101111 101000 1011101 0 1001101 101111 11111 101010000 111111 101010

Color Harmonies of #AF285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF285D

Black with #AF285D

Text Example


Text Example

White with #AF285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF285D; }

 p { color: rgb(175,40,93); }

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

background-color css

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

 a { background-color: rgb(175,40,93); }

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

border-color css

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

 span { border-color: rgb(175,40,93); }

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