Html Css Color HEX #AF306A Rouge

📋 copy color: '#AF306A'

red 175 ◦ green 48 ◦ blue 106

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

Shades of Rouge #AF306A

Tints of Rouge #AF306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 53.19%
G = 14.59%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF306A (or 0xAF306A) is known color: Rouge. HEX triplet: AF, 30 and 6A. RGB value is (175,48,106). Sum of RGB (Red+Green+Blue) = 175+48+106=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF306A is #50CF95. Grayscale: #5C5C5C. Windows color (decimal): -5296022 or 6959279. OLE color: 6959279.

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

Color convert

RGB 175 48 106 -
CMYK 0 0.73 0.39 0.31
HSL 332.6º 0.57% 0.44% -
HSV(B) 332.6º 0.73% 0.69% -
XYZ 21.34 12.27 14.88 -
YUV 92.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 175 48 106 0 0.73 0.39 0.31 332.6 0.57 0.44
Hex AF 30 6A 0 49 27 1F 14D 39 2C
Octal 257 60 152 0 111 47 37 515 71 54
Binary 10101111 110000 1101010 0 1001001 100111 11111 101001101 111001 101100

Color Harmonies of #AF306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF306A

Black with #AF306A

Text Example


Text Example

White with #AF306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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