Html Css Color HEX #AF2769 Rouge

📋 copy color: '#AF2769'

red 175 ◦ green 39 ◦ blue 105

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

Shades of Rouge #AF2769

Tints of Rouge #AF2769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 54.86%
G = 12.23%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF2769 (or 0xAF2769) is known color: Rouge. HEX triplet: AF, 27 and 69. RGB value is (175,39,105). Sum of RGB (Red+Green+Blue) = 175+39+105=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2769 is #50D896. Grayscale: #575757. Windows color (decimal): -5298327 or 6891439. OLE color: 6891439.

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

Color convert

RGB 175 39 105 -
CMYK 0 0.78 0.40 0.31
HSL 330.88º 0.64% 0.42% -
HSV(B) 330.88º 0.78% 0.69% -
XYZ 20.95 11.58 14.5 -
YUV 87.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 175 39 105 0 0.78 0.40 0.31 330.88 0.64 0.42
Hex AF 27 69 0 4E 28 1F 14B 40 2A
Octal 257 47 151 0 116 50 37 513 100 52
Binary 10101111 100111 1101001 0 1001110 101000 11111 101001011 1000000 101010

Color Harmonies of #AF2769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2769

Black with #AF2769

Text Example


Text Example

White with #AF2769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2769; }

 p { color: rgb(175,39,105); }

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

background-color css

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

 a { background-color: rgb(175,39,105); }

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

border-color css

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

 span { border-color: rgb(175,39,105); }

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