Html Css Color HEX #AF527A Royal Heath

📋 copy color: '#AF527A'

red 175 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #AF527A

Tints of Royal Heath #AF527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 46.17%
G = 21.64%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF527A (or 0xAF527A) is known color: Royal Heath. HEX triplet: AF, 52 and 7A. RGB value is (175,82,122). Sum of RGB (Red+Green+Blue) = 175+82+122=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF527A is #50AD85. Grayscale: #727272. Windows color (decimal): -5287302 or 8016559. OLE color: 8016559.

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

Color convert

RGB 175 82 122 -
CMYK 0 0.53 0.30 0.31
HSL 334.19º 0.37% 0.5% -
HSV(B) 334.19º 0.53% 0.69% -
XYZ 24.21 16.55 20.33 -
YUV 114.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 175 82 122 0 0.53 0.30 0.31 334.19 0.37 0.5
Hex AF 52 7A 0 35 1E 1F 14E 25 32
Octal 257 122 172 0 65 36 37 516 45 62
Binary 10101111 1010010 1111010 0 110101 11110 11111 101001110 100101 110010

Color Harmonies of #AF527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF527A

Black with #AF527A

Text Example


Text Example

White with #AF527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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