Html Css Color HEX #AF4983 Royal Heath

📋 copy color: '#AF4983'

red 175 ◦ green 73 ◦ blue 131

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

Shades of Royal Heath #AF4983

Tints of Royal Heath #AF4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.26%

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 46.17%
G = 19.26%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF4983 (or 0xAF4983) is known color: Royal Heath. HEX triplet: AF, 49 and 83. RGB value is (175,73,131). Sum of RGB (Red+Green+Blue) = 175+73+131=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4983 is #50B67C. Grayscale: #6D6D6D. Windows color (decimal): -5289597 or 8604079. OLE color: 8604079.

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

Color convert

RGB 175 73 131 -
CMYK 0 0.58 0.25 0.31
HSL 325.88º 0.41% 0.49% -
HSV(B) 325.88º 0.58% 0.69% -
XYZ 24.16 15.52 23.19 -
YUV 110.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 175 73 131 0 0.58 0.25 0.31 325.88 0.41 0.49
Hex AF 49 83 0 3A 19 1F 146 29 31
Octal 257 111 203 0 72 31 37 506 51 61
Binary 10101111 1001001 10000011 0 111010 11001 11111 101000110 101001 110001

Color Harmonies of #AF4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4983

Black with #AF4983

Text Example


Text Example

White with #AF4983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4983; }

 p { color: rgb(175,73,131); }

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

background-color css

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

 a { background-color: rgb(175,73,131); }

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

border-color css

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

 span { border-color: rgb(175,73,131); }

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