Html Css Color HEX #AF457F Royal Heath

📋 copy color: '#AF457F'

red 175 ◦ green 69 ◦ blue 127

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

Shades of Royal Heath #AF457F

Tints of Royal Heath #AF457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 47.17%
G = 18.6%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF457F (or 0xAF457F) is known color: Royal Heath. HEX triplet: AF, 45 and 7F. RGB value is (175,69,127). Sum of RGB (Red+Green+Blue) = 175+69+127=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF457F is #50BA80. Grayscale: #6B6B6B. Windows color (decimal): -5290625 or 8340911. OLE color: 8340911.

HSL color Cylindrical-coordinate representation of color #AF457F: hue angle of 327.17º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF457F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 127 -
CMYK 0 0.61 0.27 0.31
HSL 327.17º 0.43% 0.48% -
HSV(B) 327.17º 0.61% 0.69% -
XYZ 23.64 14.9 21.71 -
YUV 107.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 175 69 127 0 0.61 0.27 0.31 327.17 0.43 0.48
Hex AF 45 7F 0 3D 1B 1F 147 2B 30
Octal 257 105 177 0 75 33 37 507 53 60
Binary 10101111 1000101 1111111 0 111101 11011 11111 101000111 101011 110000

Color Harmonies of #AF457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF457F

Black with #AF457F

Text Example


Text Example

White with #AF457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF457F; }

 p { color: rgb(175,69,127); }

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

background-color css

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

 a { background-color: rgb(175,69,127); }

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

border-color css

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

 span { border-color: rgb(175,69,127); }

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