Html Css Color HEX #AF2F68 Rouge

📋 copy color: '#AF2F68'

red 175 ◦ green 47 ◦ blue 104

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

Shades of Rouge #AF2F68

Tints of Rouge #AF2F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 53.68%
G = 14.42%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF2F68 (or 0xAF2F68) is known color: Rouge. HEX triplet: AF, 2F and 68. RGB value is (175,47,104). Sum of RGB (Red+Green+Blue) = 175+47+104=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F68 is #50D097. Grayscale: #5B5B5B. Windows color (decimal): -5296280 or 6827951. OLE color: 6827951.

HSL color Cylindrical-coordinate representation of color #AF2F68: hue angle of 333.28º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F68 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 104 -
CMYK 0 0.73 0.41 0.31
HSL 333.28º 0.58% 0.44% -
HSV(B) 333.28º 0.73% 0.69% -
XYZ 21.19 12.15 14.32 -
YUV 91.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 175 47 104 0 0.73 0.41 0.31 333.28 0.58 0.44
Hex AF 2F 68 0 49 29 1F 14D 3A 2C
Octal 257 57 150 0 111 51 37 515 72 54
Binary 10101111 101111 1101000 0 1001001 101001 11111 101001101 111010 101100

Color Harmonies of #AF2F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F68

Black with #AF2F68

Text Example


Text Example

White with #AF2F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F68; }

 p { color: rgb(175,47,104); }

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

background-color css

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

 a { background-color: rgb(175,47,104); }

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

border-color css

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

 span { border-color: rgb(175,47,104); }

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