Html Css Color HEX #AF4F84 Royal Heath

📋 copy color: '#AF4F84'

red 175 ◦ green 79 ◦ blue 132

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

Shades of Royal Heath #AF4F84

Tints of Royal Heath #AF4F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 45.34%
G = 20.47%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF4F84 (or 0xAF4F84) is known color: Royal Heath. HEX triplet: AF, 4F and 84. RGB value is (175,79,132). Sum of RGB (Red+Green+Blue) = 175+79+132=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F84 is #50B07B. Grayscale: #717171. Windows color (decimal): -5288060 or 8671151. OLE color: 8671151.

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

Color convert

RGB 175 79 132 -
CMYK 0 0.55 0.25 0.31
HSL 326.88º 0.38% 0.5% -
HSV(B) 326.88º 0.55% 0.69% -
XYZ 24.64 16.37 23.69 -
YUV 113.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 175 79 132 0 0.55 0.25 0.31 326.88 0.38 0.5
Hex AF 4F 84 0 37 19 1F 147 26 32
Octal 257 117 204 0 67 31 37 507 46 62
Binary 10101111 1001111 10000100 0 110111 11001 11111 101000111 100110 110010

Color Harmonies of #AF4F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F84

Black with #AF4F84

Text Example


Text Example

White with #AF4F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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