Html Css Color HEX #AF306E Rouge

📋 copy color: '#AF306E'

red 175 ◦ green 48 ◦ blue 110

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

Shades of Rouge #AF306E

Tints of Rouge #AF306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 52.55%
G = 14.41%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF306E (or 0xAF306E) is known color: Rouge. HEX triplet: AF, 30 and 6E. RGB value is (175,48,110). Sum of RGB (Red+Green+Blue) = 175+48+110=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF306E is #50CF91. Grayscale: #5C5C5C. Windows color (decimal): -5296018 or 7221423. OLE color: 7221423.

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

Color convert

RGB 175 48 110 -
CMYK 0 0.73 0.37 0.31
HSL 330.71º 0.57% 0.44% -
HSV(B) 330.71º 0.73% 0.69% -
XYZ 21.55 12.35 16 -
YUV 93.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 175 48 110 0 0.73 0.37 0.31 330.71 0.57 0.44
Hex AF 30 6E 0 49 25 1F 14B 39 2C
Octal 257 60 156 0 111 45 37 513 71 54
Binary 10101111 110000 1101110 0 1001001 100101 11111 101001011 111001 101100

Color Harmonies of #AF306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF306E

Black with #AF306E

Text Example


Text Example

White with #AF306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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