Html Css Color HEX #AF3D6A Rouge

📋 copy color: '#AF3D6A'

red 175 ◦ green 61 ◦ blue 106

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

Shades of Rouge #AF3D6A

Tints of Rouge #AF3D6A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

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

R = 51.17%
G = 17.84%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF3D6A (or 0xAF3D6A) is known color: Rouge. HEX triplet: AF, 3D and 6A. RGB value is (175,61,106). Sum of RGB (Red+Green+Blue) = 175+61+106=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D6A is #50C295. Grayscale: #646464. Windows color (decimal): -5292694 or 6962607. OLE color: 6962607.

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

Color convert

RGB 175 61 106 -
CMYK 0 0.65 0.39 0.31
HSL 336.32º 0.48% 0.46% -
HSV(B) 336.32º 0.65% 0.69% -
XYZ 21.95 13.49 15.08 -
YUV 100.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 175 61 106 0 0.65 0.39 0.31 336.32 0.48 0.46
Hex AF 3D 6A 0 41 27 1F 150 30 2E
Octal 257 75 152 0 101 47 37 520 60 56
Binary 10101111 111101 1101010 0 1000001 100111 11111 101010000 110000 101110

Color Harmonies of #AF3D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D6A

Black with #AF3D6A

Text Example


Text Example

White with #AF3D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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