Html Css Color HEX #AF4165 Rouge

📋 copy color: '#AF4165'

red 175 ◦ green 65 ◦ blue 101

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

Shades of Rouge #AF4165

Tints of Rouge #AF4165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 51.32%
G = 19.06%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF4165 (or 0xAF4165) is known color: Rouge. HEX triplet: AF, 41 and 65. RGB value is (175,65,101). Sum of RGB (Red+Green+Blue) = 175+65+101=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4165 is #50BE9A. Grayscale: #656565. Windows color (decimal): -5291675 or 6635951. OLE color: 6635951.

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

Color convert

RGB 175 65 101 -
CMYK 0 0.63 0.42 0.31
HSL 340.36º 0.46% 0.47% -
HSV(B) 340.36º 0.63% 0.69% -
XYZ 21.92 13.83 13.83 -
YUV 101.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 175 65 101 0 0.63 0.42 0.31 340.36 0.46 0.47
Hex AF 41 65 0 3F 2A 1F 154 2E 2F
Octal 257 101 145 0 77 52 37 524 56 57
Binary 10101111 1000001 1100101 0 111111 101010 11111 101010100 101110 101111

Color Harmonies of #AF4165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4165

Black with #AF4165

Text Example


Text Example

White with #AF4165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4165; }

 p { color: rgb(175,65,101); }

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

background-color css

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

 a { background-color: rgb(175,65,101); }

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

border-color css

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

 span { border-color: rgb(175,65,101); }

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