Html Css Color HEX #AF4476 Royal Heath

📋 copy color: '#AF4476'

red 175 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #AF4476

Tints of Royal Heath #AF4476

RGB

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

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

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

R = 48.48%
G = 18.84%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4476 (or 0xAF4476) is known color: Royal Heath. HEX triplet: AF, 44 and 76. RGB value is (175,68,118). Sum of RGB (Red+Green+Blue) = 175+68+118=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4476 is #50BB89. Grayscale: #696969. Windows color (decimal): -5290890 or 7750831. OLE color: 7750831.

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

Color convert

RGB 175 68 118 -
CMYK 0 0.61 0.33 0.31
HSL 331.96º 0.44% 0.48% -
HSV(B) 331.96º 0.61% 0.69% -
XYZ 23.02 14.56 18.74 -
YUV 105.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 175 68 118 0 0.61 0.33 0.31 331.96 0.44 0.48
Hex AF 44 76 0 3D 21 1F 14C 2C 30
Octal 257 104 166 0 75 41 37 514 54 60
Binary 10101111 1000100 1110110 0 111101 100001 11111 101001100 101100 110000

Color Harmonies of #AF4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4476

Black with #AF4476

Text Example


Text Example

White with #AF4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4476; }

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

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

background-color css

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

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

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

border-color css

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

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

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