Html Css Color HEX #AF4E7C Royal Heath

📋 copy color: '#AF4E7C'

red 175 ◦ green 78 ◦ blue 124

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

Shades of Royal Heath #AF4E7C

Tints of Royal Heath #AF4E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 46.42%
G = 20.69%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF4E7C (or 0xAF4E7C) is known color: Royal Heath. HEX triplet: AF, 4E and 7C. RGB value is (175,78,124). Sum of RGB (Red+Green+Blue) = 175+78+124=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E7C is #50B183. Grayscale: #707070. Windows color (decimal): -5288324 or 8146607. OLE color: 8146607.

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

Color convert

RGB 175 78 124 -
CMYK 0 0.55 0.29 0.31
HSL 331.55º 0.38% 0.5% -
HSV(B) 331.55º 0.55% 0.69% -
XYZ 24.04 16.02 20.89 -
YUV 112.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 175 78 124 0 0.55 0.29 0.31 331.55 0.38 0.5
Hex AF 4E 7C 0 37 1D 1F 14C 26 32
Octal 257 116 174 0 67 35 37 514 46 62
Binary 10101111 1001110 1111100 0 110111 11101 11111 101001100 100110 110010

Color Harmonies of #AF4E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E7C

Black with #AF4E7C

Text Example


Text Example

White with #AF4E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E7C; }

 p { color: rgb(175,78,124); }

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

background-color css

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

 a { background-color: rgb(175,78,124); }

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

border-color css

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

 span { border-color: rgb(175,78,124); }

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