Html Css Color HEX #AF447F Royal Heath

📋 copy color: '#AF447F'

red 175 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #AF447F

Tints of Royal Heath #AF447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 47.3%
G = 18.38%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF447F (or 0xAF447F) is known color: Royal Heath. HEX triplet: AF, 44 and 7F. RGB value is (175,68,127). Sum of RGB (Red+Green+Blue) = 175+68+127=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF447F is #50BB80. Grayscale: #6A6A6A. Windows color (decimal): -5290881 or 8340655. OLE color: 8340655.

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

Color convert

RGB 175 68 127 -
CMYK 0 0.61 0.27 0.31
HSL 326.92º 0.44% 0.48% -
HSV(B) 326.92º 0.61% 0.69% -
XYZ 23.58 14.78 21.69 -
YUV 106.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 175 68 127 0 0.61 0.27 0.31 326.92 0.44 0.48
Hex AF 44 7F 0 3D 1B 1F 147 2C 30
Octal 257 104 177 0 75 33 37 507 54 60
Binary 10101111 1000100 1111111 0 111101 11011 11111 101000111 101100 110000

Color Harmonies of #AF447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF447F

Black with #AF447F

Text Example


Text Example

White with #AF447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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