Html Css Color HEX #AF527D Royal Heath

📋 copy color: '#AF527D'

red 175 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #AF527D

Tints of Royal Heath #AF527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 45.81%
G = 21.47%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF527D (or 0xAF527D) is known color: Royal Heath. HEX triplet: AF, 52 and 7D. RGB value is (175,82,125). Sum of RGB (Red+Green+Blue) = 175+82+125=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF527D is #50AD82. Grayscale: #727272. Windows color (decimal): -5287299 or 8213167. OLE color: 8213167.

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

Color convert

RGB 175 82 125 -
CMYK 0 0.53 0.29 0.31
HSL 332.26º 0.37% 0.5% -
HSV(B) 332.26º 0.53% 0.69% -
XYZ 24.4 16.63 21.33 -
YUV 114.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 175 82 125 0 0.53 0.29 0.31 332.26 0.37 0.5
Hex AF 52 7D 0 35 1D 1F 14C 25 32
Octal 257 122 175 0 65 35 37 514 45 62
Binary 10101111 1010010 1111101 0 110101 11101 11111 101001100 100101 110010

Color Harmonies of #AF527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF527D

Black with #AF527D

Text Example


Text Example

White with #AF527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF527D; }

 p { color: rgb(175,82,125); }

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

background-color css

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

 a { background-color: rgb(175,82,125); }

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

border-color css

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

 span { border-color: rgb(175,82,125); }

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