Html Css Color HEX #AF5080 Royal Heath

📋 copy color: '#AF5080'

red 175 ◦ green 80 ◦ blue 128

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

Shades of Royal Heath #AF5080

Tints of Royal Heath #AF5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 45.69%
G = 20.89%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF5080 (or 0xAF5080) is known color: Royal Heath. HEX triplet: AF, 50 and 80. RGB value is (175,80,128). Sum of RGB (Red+Green+Blue) = 175+80+128=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5080 is #50AF7F. Grayscale: #717171. Windows color (decimal): -5287808 or 8409263. OLE color: 8409263.

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

Color convert

RGB 175 80 128 -
CMYK 0 0.54 0.27 0.31
HSL 329.68º 0.37% 0.5% -
HSV(B) 329.68º 0.54% 0.69% -
XYZ 24.44 16.41 22.3 -
YUV 113.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 175 80 128 0 0.54 0.27 0.31 329.68 0.37 0.5
Hex AF 50 80 0 36 1B 1F 14A 25 32
Octal 257 120 200 0 66 33 37 512 45 62
Binary 10101111 1010000 10000000 0 110110 11011 11111 101001010 100101 110010

Color Harmonies of #AF5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5080

Black with #AF5080

Text Example


Text Example

White with #AF5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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