Html Css Color HEX #AF4174 Royal Heath

📋 copy color: '#AF4174'

red 175 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #AF4174

Tints of Royal Heath #AF4174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 49.16%
G = 18.26%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF4174 (or 0xAF4174) is known color: Royal Heath. HEX triplet: AF, 41 and 74. RGB value is (175,65,116). Sum of RGB (Red+Green+Blue) = 175+65+116=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4174 is #50BE8B. Grayscale: #676767. Windows color (decimal): -5291660 or 7618991. OLE color: 7618991.

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

Color convert

RGB 175 65 116 -
CMYK 0 0.63 0.34 0.31
HSL 332.18º 0.46% 0.47% -
HSV(B) 332.18º 0.63% 0.69% -
XYZ 22.72 14.16 18.06 -
YUV 103.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 175 65 116 0 0.63 0.34 0.31 332.18 0.46 0.47
Hex AF 41 74 0 3F 22 1F 14C 2E 2F
Octal 257 101 164 0 77 42 37 514 56 57
Binary 10101111 1000001 1110100 0 111111 100010 11111 101001100 101110 101111

Color Harmonies of #AF4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4174

Black with #AF4174

Text Example


Text Example

White with #AF4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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