Html Css Color HEX #AF4C7C Royal Heath

📋 copy color: '#AF4C7C'

red 175 ◦ green 76 ◦ blue 124

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

Shades of Royal Heath #AF4C7C

Tints of Royal Heath #AF4C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

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

R = 46.67%
G = 20.27%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF4C7C (or 0xAF4C7C) is known color: Royal Heath. HEX triplet: AF, 4C and 7C. RGB value is (175,76,124). Sum of RGB (Red+Green+Blue) = 175+76+124=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C7C is #50B383. Grayscale: #6E6E6E. Windows color (decimal): -5288836 or 8146095. OLE color: 8146095.

HSL color Cylindrical-coordinate representation of color #AF4C7C: hue angle of 330.91º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C7C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 124 -
CMYK 0 0.57 0.29 0.31
HSL 330.91º 0.39% 0.49% -
HSV(B) 330.91º 0.57% 0.69% -
XYZ 23.9 15.74 20.85 -
YUV 111.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 175 76 124 0 0.57 0.29 0.31 330.91 0.39 0.49
Hex AF 4C 7C 0 39 1D 1F 14B 27 31
Octal 257 114 174 0 71 35 37 513 47 61
Binary 10101111 1001100 1111100 0 111001 11101 11111 101001011 100111 110001

Color Harmonies of #AF4C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C7C

Black with #AF4C7C

Text Example


Text Example

White with #AF4C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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