Html Css Color HEX #AF5274 Royal Heath

📋 copy color: '#AF5274'

red 175 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #AF5274

Tints of Royal Heath #AF5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 46.92%
G = 21.98%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5274 (or 0xAF5274) is known color: Royal Heath. HEX triplet: AF, 52 and 74. RGB value is (175,82,116). Sum of RGB (Red+Green+Blue) = 175+82+116=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5274 is #50AD8B. Grayscale: #717171. Windows color (decimal): -5287308 or 7623343. OLE color: 7623343.

HSL color Cylindrical-coordinate representation of color #AF5274: hue angle of 338.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5274 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 116 -
CMYK 0 0.53 0.34 0.31
HSL 338.06º 0.37% 0.5% -
HSV(B) 338.06º 0.53% 0.69% -
XYZ 23.85 16.41 18.43 -
YUV 113.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 175 82 116 0 0.53 0.34 0.31 338.06 0.37 0.5
Hex AF 52 74 0 35 22 1F 152 25 32
Octal 257 122 164 0 65 42 37 522 45 62
Binary 10101111 1010010 1110100 0 110101 100010 11111 101010010 100101 110010

Color Harmonies of #AF5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5274

Black with #AF5274

Text Example


Text Example

White with #AF5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5274; }

 p { color: rgb(175,82,116); }

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

background-color css

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

 a { background-color: rgb(175,82,116); }

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

border-color css

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

 span { border-color: rgb(175,82,116); }

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