Html Css Color HEX #AF507D Royal Heath

📋 copy color: '#AF507D'

red 175 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #AF507D

Tints of Royal Heath #AF507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 46.05%
G = 21.05%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF507D (or 0xAF507D) is known color: Royal Heath. HEX triplet: AF, 50 and 7D. RGB value is (175,80,125). Sum of RGB (Red+Green+Blue) = 175+80+125=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF507D is #50AF82. Grayscale: #717171. Windows color (decimal): -5287811 or 8212655. OLE color: 8212655.

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

Color convert

RGB 175 80 125 -
CMYK 0 0.54 0.29 0.31
HSL 331.58º 0.37% 0.5% -
HSV(B) 331.58º 0.54% 0.69% -
XYZ 24.25 16.33 21.28 -
YUV 113.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 175 80 125 0 0.54 0.29 0.31 331.58 0.37 0.5
Hex AF 50 7D 0 36 1D 1F 14C 25 32
Octal 257 120 175 0 66 35 37 514 45 62
Binary 10101111 1010000 1111101 0 110110 11101 11111 101001100 100101 110010

Color Harmonies of #AF507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF507D

Black with #AF507D

Text Example


Text Example

White with #AF507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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