Html Css Color HEX #AF4E75 Royal Heath

📋 copy color: '#AF4E75'

red 175 ◦ green 78 ◦ blue 117

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

Shades of Royal Heath #AF4E75

Tints of Royal Heath #AF4E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

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

R = 47.3%
G = 21.08%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4E75 (or 0xAF4E75) is known color: Royal Heath. HEX triplet: AF, 4E and 75. RGB value is (175,78,117). Sum of RGB (Red+Green+Blue) = 175+78+117=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E75 is #50B18A. Grayscale: #6F6F6F. Windows color (decimal): -5288331 or 7687855. OLE color: 7687855.

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

Color convert

RGB 175 78 117 -
CMYK 0 0.55 0.33 0.31
HSL 335.88º 0.38% 0.5% -
HSV(B) 335.88º 0.55% 0.69% -
XYZ 23.61 15.85 18.64 -
YUV 111.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 175 78 117 0 0.55 0.33 0.31 335.88 0.38 0.5
Hex AF 4E 75 0 37 21 1F 150 26 32
Octal 257 116 165 0 67 41 37 520 46 62
Binary 10101111 1001110 1110101 0 110111 100001 11111 101010000 100110 110010

Color Harmonies of #AF4E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E75

Black with #AF4E75

Text Example


Text Example

White with #AF4E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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