Html Css Color HEX #AF4176 Royal Heath

📋 copy color: '#AF4176'

red 175 ◦ green 65 ◦ blue 118

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

Shades of Royal Heath #AF4176

Tints of Royal Heath #AF4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 48.88%
G = 18.16%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4176 (or 0xAF4176) is known color: Royal Heath. HEX triplet: AF, 41 and 76. RGB value is (175,65,118). Sum of RGB (Red+Green+Blue) = 175+65+118=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4176 is #50BE89. Grayscale: #676767. Windows color (decimal): -5291658 or 7750063. OLE color: 7750063.

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

Color convert

RGB 175 65 118 -
CMYK 0 0.63 0.33 0.31
HSL 331.09º 0.46% 0.47% -
HSV(B) 331.09º 0.63% 0.69% -
XYZ 22.84 14.2 18.68 -
YUV 103.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 175 65 118 0 0.63 0.33 0.31 331.09 0.46 0.47
Hex AF 41 76 0 3F 21 1F 14B 2E 2F
Octal 257 101 166 0 77 41 37 513 56 57
Binary 10101111 1000001 1110110 0 111111 100001 11111 101001011 101110 101111

Color Harmonies of #AF4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4176

Black with #AF4176

Text Example


Text Example

White with #AF4176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4176; }

 p { color: rgb(175,65,118); }

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

background-color css

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

 a { background-color: rgb(175,65,118); }

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

border-color css

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

 span { border-color: rgb(175,65,118); }

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