Html Css Color HEX #AF2667 Rouge

📋 copy color: '#AF2667'

red 175 ◦ green 38 ◦ blue 103

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

Shades of Rouge #AF2667

Tints of Rouge #AF2667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 55.38%
G = 12.03%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF2667 (or 0xAF2667) is known color: Rouge. HEX triplet: AF, 26 and 67. RGB value is (175,38,103). Sum of RGB (Red+Green+Blue) = 175+38+103=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2667 is #50D998. Grayscale: #565656. Windows color (decimal): -5298585 or 6760111. OLE color: 6760111.

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

Color convert

RGB 175 38 103 -
CMYK 0 0.78 0.41 0.31
HSL 331.53º 0.64% 0.42% -
HSV(B) 331.53º 0.78% 0.69% -
XYZ 20.82 11.48 13.95 -
YUV 86.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 175 38 103 0 0.78 0.41 0.31 331.53 0.64 0.42
Hex AF 26 67 0 4E 29 1F 14C 40 2A
Octal 257 46 147 0 116 51 37 514 100 52
Binary 10101111 100110 1100111 0 1001110 101001 11111 101001100 1000000 101010

Color Harmonies of #AF2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2667

Black with #AF2667

Text Example


Text Example

White with #AF2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2667; }

 p { color: rgb(175,38,103); }

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

background-color css

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

 a { background-color: rgb(175,38,103); }

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

border-color css

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

 span { border-color: rgb(175,38,103); }

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