Html Css Color HEX #AF3867 Rouge

📋 copy color: '#AF3867'

red 175 ◦ green 56 ◦ blue 103

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

Shades of Rouge #AF3867

Tints of Rouge #AF3867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 52.4%
G = 16.77%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF3867 (or 0xAF3867) is known color: Rouge. HEX triplet: AF, 38 and 67. RGB value is (175,56,103). Sum of RGB (Red+Green+Blue) = 175+56+103=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3867 is #50C798. Grayscale: #606060. Windows color (decimal): -5293977 or 6764719. OLE color: 6764719.

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

Color convert

RGB 175 56 103 -
CMYK 0 0.68 0.41 0.31
HSL 336.3º 0.52% 0.45% -
HSV(B) 336.3º 0.68% 0.69% -
XYZ 21.54 12.92 14.19 -
YUV 96.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 175 56 103 0 0.68 0.41 0.31 336.3 0.52 0.45
Hex AF 38 67 0 44 29 1F 150 34 2D
Octal 257 70 147 0 104 51 37 520 64 55
Binary 10101111 111000 1100111 0 1000100 101001 11111 101010000 110100 101101

Color Harmonies of #AF3867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3867

Black with #AF3867

Text Example


Text Example

White with #AF3867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3867; }

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

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

background-color css

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

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

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

border-color css

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

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

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