Html Css Color HEX #AF5781 Royal Heath

📋 copy color: '#AF5781'

red 175 ◦ green 87 ◦ blue 129

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

Shades of Royal Heath #AF5781

Tints of Royal Heath #AF5781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.25%

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 44.76%
G = 22.25%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5781 (or 0xAF5781) is known color: Royal Heath. HEX triplet: AF, 57 and 81. RGB value is (175,87,129). Sum of RGB (Red+Green+Blue) = 175+87+129=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5781 is #50A87E. Grayscale: #767676. Windows color (decimal): -5286015 or 8476591. OLE color: 8476591.

HSL color Cylindrical-coordinate representation of color #AF5781: hue angle of 331.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5781 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 87 129 -
CMYK 0 0.50 0.26 0.31
HSL 331.36º 0.35% 0.51% -
HSV(B) 331.36º 0.5% 0.69% -
XYZ 25.05 17.52 22.83 -
YUV 118.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 175 87 129 0 0.50 0.26 0.31 331.36 0.35 0.51
Hex AF 57 81 0 32 1A 1F 14B 23 33
Octal 257 127 201 0 62 32 37 513 43 63
Binary 10101111 1010111 10000001 0 110010 11010 11111 101001011 100011 110011

Color Harmonies of #AF5781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5781

Black with #AF5781

Text Example


Text Example

White with #AF5781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5781; }

 p { color: rgb(175,87,129); }

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

background-color css

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

 a { background-color: rgb(175,87,129); }

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

border-color css

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

 span { border-color: rgb(175,87,129); }

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