Html Css Color HEX #AF457D Royal Heath

📋 copy color: '#AF457D'

red 175 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #AF457D

Tints of Royal Heath #AF457D

RGB

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

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

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

R = 47.43%
G = 18.7%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF457D (or 0xAF457D) is known color: Royal Heath. HEX triplet: AF, 45 and 7D. RGB value is (175,69,125). Sum of RGB (Red+Green+Blue) = 175+69+125=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF457D is #50BA82. Grayscale: #6A6A6A. Windows color (decimal): -5290627 or 8209839. OLE color: 8209839.

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

Color convert

RGB 175 69 125 -
CMYK 0 0.61 0.29 0.31
HSL 328.3º 0.43% 0.48% -
HSV(B) 328.3º 0.61% 0.69% -
XYZ 23.51 14.85 21.03 -
YUV 107.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 175 69 125 0 0.61 0.29 0.31 328.3 0.43 0.48
Hex AF 45 7D 0 3D 1D 1F 148 2B 30
Octal 257 105 175 0 75 35 37 510 53 60
Binary 10101111 1000101 1111101 0 111101 11101 11111 101001000 101011 110000

Color Harmonies of #AF457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF457D

Black with #AF457D

Text Example


Text Example

White with #AF457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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