Html Css Color HEX #AF3467 Rouge

📋 copy color: '#AF3467'

red 175 ◦ green 52 ◦ blue 103

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

Shades of Rouge #AF3467

Tints of Rouge #AF3467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 53.03%
G = 15.76%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF3467 (or 0xAF3467) is known color: Rouge. HEX triplet: AF, 34 and 67. RGB value is (175,52,103). Sum of RGB (Red+Green+Blue) = 175+52+103=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3467 is #50CB98. Grayscale: #5E5E5E. Windows color (decimal): -5295001 or 6763695. OLE color: 6763695.

HSL color Cylindrical-coordinate representation of color #AF3467: hue angle of 335.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3467 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 103 -
CMYK 0 0.70 0.41 0.31
HSL 335.12º 0.54% 0.45% -
HSV(B) 335.12º 0.7% 0.69% -
XYZ 21.36 12.55 14.13 -
YUV 94.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 175 52 103 0 0.70 0.41 0.31 335.12 0.54 0.45
Hex AF 34 67 0 46 29 1F 14F 36 2D
Octal 257 64 147 0 106 51 37 517 66 55
Binary 10101111 110100 1100111 0 1000110 101001 11111 101001111 110110 101101

Color Harmonies of #AF3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3467

Black with #AF3467

Text Example


Text Example

White with #AF3467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3467; }

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

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

background-color css

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

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

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

border-color css

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

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

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