Html Css Color HEX #AF507E Royal Heath

📋 copy color: '#AF507E'

red 175 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #AF507E

Tints of Royal Heath #AF507E

RGB

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

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

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

R = 45.93%
G = 21%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF507E (or 0xAF507E) is known color: Royal Heath. HEX triplet: AF, 50 and 7E. RGB value is (175,80,126). Sum of RGB (Red+Green+Blue) = 175+80+126=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF507E is #50AF81. Grayscale: #717171. Windows color (decimal): -5287810 or 8278191. OLE color: 8278191.

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

Color convert

RGB 175 80 126 -
CMYK 0 0.54 0.28 0.31
HSL 330.95º 0.37% 0.5% -
HSV(B) 330.95º 0.54% 0.69% -
XYZ 24.31 16.36 21.61 -
YUV 113.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 175 80 126 0 0.54 0.28 0.31 330.95 0.37 0.5
Hex AF 50 7E 0 36 1C 1F 14B 25 32
Octal 257 120 176 0 66 34 37 513 45 62
Binary 10101111 1010000 1111110 0 110110 11100 11111 101001011 100101 110010

Color Harmonies of #AF507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF507E

Black with #AF507E

Text Example


Text Example

White with #AF507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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