Html Css Color HEX #AF4066 Rouge

📋 copy color: '#AF4066'

red 175 ◦ green 64 ◦ blue 102

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

Shades of Rouge #AF4066

Tints of Rouge #AF4066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 51.32%
G = 18.77%
B = 29.91%

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

#AF4066 (or 0xAF4066) is known color: Rouge. HEX triplet: AF, 40 and 66. RGB value is (175,64,102). Sum of RGB (Red+Green+Blue) = 175+64+102=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4066 is #50BF99. Grayscale: #656565. Windows color (decimal): -5291930 or 6701231. OLE color: 6701231.

HSL color Cylindrical-coordinate representation of color #AF4066: hue angle of 339.46º 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 #AF4066 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 102 -
CMYK 0 0.63 0.42 0.31
HSL 339.46º 0.46% 0.47% -
HSV(B) 339.46º 0.63% 0.69% -
XYZ 21.91 13.74 14.07 -
YUV 101.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 175 64 102 0 0.63 0.42 0.31 339.46 0.46 0.47
Hex AF 40 66 0 3F 2A 1F 153 2E 2F
Octal 257 100 146 0 77 52 37 523 56 57
Binary 10101111 1000000 1100110 0 111111 101010 11111 101010011 101110 101111

Color Harmonies of #AF4066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4066

Black with #AF4066

Text Example


Text Example

White with #AF4066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4066; }

 p { color: rgb(175,64,102); }

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

background-color css

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

 a { background-color: rgb(175,64,102); }

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

border-color css

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

 span { border-color: rgb(175,64,102); }

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