Html Css Color HEX #AF447E Royal Heath

📋 copy color: '#AF447E'

red 175 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #AF447E

Tints of Royal Heath #AF447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 47.43%
G = 18.43%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF447E (or 0xAF447E) is known color: Royal Heath. HEX triplet: AF, 44 and 7E. RGB value is (175,68,126). Sum of RGB (Red+Green+Blue) = 175+68+126=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF447E is #50BB81. Grayscale: #6A6A6A. Windows color (decimal): -5290882 or 8275119. OLE color: 8275119.

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

Color convert

RGB 175 68 126 -
CMYK 0 0.61 0.28 0.31
HSL 327.48º 0.44% 0.48% -
HSV(B) 327.48º 0.61% 0.69% -
XYZ 23.51 14.75 21.35 -
YUV 106.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 175 68 126 0 0.61 0.28 0.31 327.48 0.44 0.48
Hex AF 44 7E 0 3D 1C 1F 147 2C 30
Octal 257 104 176 0 75 34 37 507 54 60
Binary 10101111 1000100 1111110 0 111101 11100 11111 101000111 101100 110000

Color Harmonies of #AF447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF447E

Black with #AF447E

Text Example


Text Example

White with #AF447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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