Html Css Color HEX #AF4F74 Royal Heath

📋 copy color: '#AF4F74'

red 175 ◦ green 79 ◦ blue 116

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

Shades of Royal Heath #AF4F74

Tints of Royal Heath #AF4F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 47.3%
G = 21.35%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF4F74 (or 0xAF4F74) is known color: Royal Heath. HEX triplet: AF, 4F and 74. RGB value is (175,79,116). Sum of RGB (Red+Green+Blue) = 175+79+116=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F74 is #50B08B. Grayscale: #6F6F6F. Windows color (decimal): -5288076 or 7622575. OLE color: 7622575.

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

Color convert

RGB 175 79 116 -
CMYK 0 0.55 0.34 0.31
HSL 336.88º 0.38% 0.5% -
HSV(B) 336.88º 0.55% 0.69% -
XYZ 23.63 15.97 18.36 -
YUV 111.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 175 79 116 0 0.55 0.34 0.31 336.88 0.38 0.5
Hex AF 4F 74 0 37 22 1F 151 26 32
Octal 257 117 164 0 67 42 37 521 46 62
Binary 10101111 1001111 1110100 0 110111 100010 11111 101010001 100110 110010

Color Harmonies of #AF4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F74

Black with #AF4F74

Text Example


Text Example

White with #AF4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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