Html Css Color HEX #AF5384 Royal Heath

📋 copy color: '#AF5384'

red 175 ◦ green 83 ◦ blue 132

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

Shades of Royal Heath #AF5384

Tints of Royal Heath #AF5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

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

R = 44.87%
G = 21.28%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5384 (or 0xAF5384) is known color: Royal Heath. HEX triplet: AF, 53 and 84. RGB value is (175,83,132). Sum of RGB (Red+Green+Blue) = 175+83+132=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5384 is #50AC7B. Grayscale: #737373. Windows color (decimal): -5287036 or 8672175. OLE color: 8672175.

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

Color convert

RGB 175 83 132 -
CMYK 0 0.53 0.25 0.31
HSL 328.04º 0.37% 0.51% -
HSV(B) 328.04º 0.53% 0.69% -
XYZ 24.94 16.97 23.79 -
YUV 116.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 175 83 132 0 0.53 0.25 0.31 328.04 0.37 0.51
Hex AF 53 84 0 35 19 1F 148 25 33
Octal 257 123 204 0 65 31 37 510 45 63
Binary 10101111 1010011 10000100 0 110101 11001 11111 101001000 100101 110011

Color Harmonies of #AF5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5384

Black with #AF5384

Text Example


Text Example

White with #AF5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5384; }

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

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

background-color css

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

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

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

border-color css

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

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

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