Html Css Color HEX #AF527E Royal Heath

📋 copy color: '#AF527E'

red 175 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #AF527E

Tints of Royal Heath #AF527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.9%

R = 45.69%
G = 21.41%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF527E (or 0xAF527E) is known color: Royal Heath. HEX triplet: AF, 52 and 7E. RGB value is (175,82,126). Sum of RGB (Red+Green+Blue) = 175+82+126=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF527E is #50AD81. Grayscale: #727272. Windows color (decimal): -5287298 or 8278703. OLE color: 8278703.

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

Color convert

RGB 175 82 126 -
CMYK 0 0.53 0.28 0.31
HSL 331.61º 0.37% 0.5% -
HSV(B) 331.61º 0.53% 0.69% -
XYZ 24.46 16.65 21.66 -
YUV 114.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 175 82 126 0 0.53 0.28 0.31 331.61 0.37 0.5
Hex AF 52 7E 0 35 1C 1F 14C 25 32
Octal 257 122 176 0 65 34 37 514 45 62
Binary 10101111 1010010 1111110 0 110101 11100 11111 101001100 100101 110010

Color Harmonies of #AF527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF527E

Black with #AF527E

Text Example


Text Example

White with #AF527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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