Html Css Color HEX #AF5584 Royal Heath

📋 copy color: '#AF5584'

red 175 ◦ green 85 ◦ blue 132

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

Shades of Royal Heath #AF5584

Tints of Royal Heath #AF5584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 44.64%
G = 21.68%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5584 (or 0xAF5584) is known color: Royal Heath. HEX triplet: AF, 55 and 84. RGB value is (175,85,132). Sum of RGB (Red+Green+Blue) = 175+85+132=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5584 is #50AA7B. Grayscale: #757575. Windows color (decimal): -5286524 or 8672687. OLE color: 8672687.

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

Color convert

RGB 175 85 132 -
CMYK 0 0.51 0.25 0.31
HSL 328.67º 0.36% 0.51% -
HSV(B) 328.67º 0.51% 0.69% -
XYZ 25.09 17.28 23.84 -
YUV 117.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 175 85 132 0 0.51 0.25 0.31 328.67 0.36 0.51
Hex AF 55 84 0 33 19 1F 149 24 33
Octal 257 125 204 0 63 31 37 511 44 63
Binary 10101111 1010101 10000100 0 110011 11001 11111 101001001 100100 110011

Color Harmonies of #AF5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5584

Black with #AF5584

Text Example


Text Example

White with #AF5584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5584; }

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

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

background-color css

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

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

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

border-color css

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

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

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