Html Css Color HEX #AF3069 Rouge

📋 copy color: '#AF3069'

red 175 ◦ green 48 ◦ blue 105

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

Shades of Rouge #AF3069

Tints of Rouge #AF3069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 53.35%
G = 14.63%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF3069 (or 0xAF3069) is known color: Rouge. HEX triplet: AF, 30 and 69. RGB value is (175,48,105). Sum of RGB (Red+Green+Blue) = 175+48+105=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3069 is #50CF96. Grayscale: #5C5C5C. Windows color (decimal): -5296023 or 6893743. OLE color: 6893743.

HSL color Cylindrical-coordinate representation of color #AF3069: hue angle of 333.07º degrees, saturation: 0.57, 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 #AF3069 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 105 -
CMYK 0 0.73 0.40 0.31
HSL 333.07º 0.57% 0.44% -
HSV(B) 333.07º 0.73% 0.69% -
XYZ 21.29 12.25 14.61 -
YUV 92.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 175 48 105 0 0.73 0.40 0.31 333.07 0.57 0.44
Hex AF 30 69 0 49 28 1F 14D 39 2C
Octal 257 60 151 0 111 50 37 515 71 54
Binary 10101111 110000 1101001 0 1001001 101000 11111 101001101 111001 101100

Color Harmonies of #AF3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3069

Black with #AF3069

Text Example


Text Example

White with #AF3069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3069; }

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

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

background-color css

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

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

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

border-color css

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

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

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