Html Css Color HEX #AF306C Rouge

📋 copy color: '#AF306C'

red 175 ◦ green 48 ◦ blue 108

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

Shades of Rouge #AF306C

Tints of Rouge #AF306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 52.87%
G = 14.5%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF306C (or 0xAF306C) is known color: Rouge. HEX triplet: AF, 30 and 6C. RGB value is (175,48,108). Sum of RGB (Red+Green+Blue) = 175+48+108=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF306C is #50CF93. Grayscale: #5C5C5C. Windows color (decimal): -5296020 or 7090351. OLE color: 7090351.

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

Color convert

RGB 175 48 108 -
CMYK 0 0.73 0.38 0.31
HSL 331.65º 0.57% 0.44% -
HSV(B) 331.65º 0.73% 0.69% -
XYZ 21.44 12.31 15.43 -
YUV 92.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 175 48 108 0 0.73 0.38 0.31 331.65 0.57 0.44
Hex AF 30 6C 0 49 26 1F 14C 39 2C
Octal 257 60 154 0 111 46 37 514 71 54
Binary 10101111 110000 1101100 0 1001001 100110 11111 101001100 111001 101100

Color Harmonies of #AF306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF306C

Black with #AF306C

Text Example


Text Example

White with #AF306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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