Html Css Color HEX #AF5083 Royal Heath

📋 copy color: '#AF5083'

red 175 ◦ green 80 ◦ blue 131

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

Shades of Royal Heath #AF5083

Tints of Royal Heath #AF5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 45.34%
G = 20.73%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5083 (or 0xAF5083) is known color: Royal Heath. HEX triplet: AF, 50 and 83. RGB value is (175,80,131). Sum of RGB (Red+Green+Blue) = 175+80+131=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5083 is #50AF7C. Grayscale: #727272. Windows color (decimal): -5287805 or 8605871. OLE color: 8605871.

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

Color convert

RGB 175 80 131 -
CMYK 0 0.54 0.25 0.31
HSL 327.79º 0.37% 0.5% -
HSV(B) 327.79º 0.54% 0.69% -
XYZ 24.64 16.49 23.36 -
YUV 114.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 175 80 131 0 0.54 0.25 0.31 327.79 0.37 0.5
Hex AF 50 83 0 36 19 1F 148 25 32
Octal 257 120 203 0 66 31 37 510 45 62
Binary 10101111 1010000 10000011 0 110110 11001 11111 101001000 100101 110010

Color Harmonies of #AF5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5083

Black with #AF5083

Text Example


Text Example

White with #AF5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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