Html Css Color HEX #AF527B Royal Heath

📋 copy color: '#AF527B'

red 175 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #AF527B

Tints of Royal Heath #AF527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 46.05%
G = 21.58%
B = 32.37%

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

#AF527B (or 0xAF527B) is known color: Royal Heath. HEX triplet: AF, 52 and 7B. RGB value is (175,82,123). Sum of RGB (Red+Green+Blue) = 175+82+123=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF527B is #50AD84. Grayscale: #727272. Windows color (decimal): -5287301 or 8082095. OLE color: 8082095.

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

Color convert

RGB 175 82 123 -
CMYK 0 0.53 0.30 0.31
HSL 333.55º 0.37% 0.5% -
HSV(B) 333.55º 0.53% 0.69% -
XYZ 24.27 16.58 20.66 -
YUV 114.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 175 82 123 0 0.53 0.30 0.31 333.55 0.37 0.5
Hex AF 52 7B 0 35 1E 1F 14E 25 32
Octal 257 122 173 0 65 36 37 516 45 62
Binary 10101111 1010010 1111011 0 110101 11110 11111 101001110 100101 110010

Color Harmonies of #AF527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF527B

Black with #AF527B

Text Example


Text Example

White with #AF527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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