Html Css Color HEX #AF4D75 Royal Heath

📋 copy color: '#AF4D75'

red 175 ◦ green 77 ◦ blue 117

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

Shades of Royal Heath #AF4D75

Tints of Royal Heath #AF4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.87%

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 47.43%
G = 20.87%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4D75 (or 0xAF4D75) is known color: Royal Heath. HEX triplet: AF, 4D and 75. RGB value is (175,77,117). Sum of RGB (Red+Green+Blue) = 175+77+117=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D75 is #50B28A. Grayscale: #6E6E6E. Windows color (decimal): -5288587 or 7687599. OLE color: 7687599.

HSL color Cylindrical-coordinate representation of color #AF4D75: hue angle of 335.51º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D75 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 77 117 -
CMYK 0 0.56 0.33 0.31
HSL 335.51º 0.39% 0.49% -
HSV(B) 335.51º 0.56% 0.69% -
XYZ 23.54 15.71 18.62 -
YUV 110.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 175 77 117 0 0.56 0.33 0.31 335.51 0.39 0.49
Hex AF 4D 75 0 38 21 1F 150 27 31
Octal 257 115 165 0 70 41 37 520 47 61
Binary 10101111 1001101 1110101 0 111000 100001 11111 101010000 100111 110001

Color Harmonies of #AF4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D75

Black with #AF4D75

Text Example


Text Example

White with #AF4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D75; }

 p { color: rgb(175,77,117); }

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

background-color css

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

 a { background-color: rgb(175,77,117); }

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

border-color css

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

 span { border-color: rgb(175,77,117); }

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