Html Css Color HEX #AF4471 Royal Heath

📋 copy color: '#AF4471'

red 175 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #AF4471

Tints of Royal Heath #AF4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 49.16%
G = 19.1%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF4471 (or 0xAF4471) is known color: Royal Heath. HEX triplet: AF, 44 and 71. RGB value is (175,68,113). Sum of RGB (Red+Green+Blue) = 175+68+113=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4471 is #50BB8E. Grayscale: #696969. Windows color (decimal): -5290895 or 7423151. OLE color: 7423151.

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

Color convert

RGB 175 68 113 -
CMYK 0 0.61 0.35 0.31
HSL 334.77º 0.44% 0.48% -
HSV(B) 334.77º 0.61% 0.69% -
XYZ 22.73 14.44 17.21 -
YUV 105.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 175 68 113 0 0.61 0.35 0.31 334.77 0.44 0.48
Hex AF 44 71 0 3D 23 1F 14F 2C 30
Octal 257 104 161 0 75 43 37 517 54 60
Binary 10101111 1000100 1110001 0 111101 100011 11111 101001111 101100 110000

Color Harmonies of #AF4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4471

Black with #AF4471

Text Example


Text Example

White with #AF4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4471; }

 p { color: rgb(175,68,113); }

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

background-color css

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

 a { background-color: rgb(175,68,113); }

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

border-color css

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

 span { border-color: rgb(175,68,113); }

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