Html Css Color HEX #AF437C Royal Heath

📋 copy color: '#AF437C'

red 175 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #AF437C

Tints of Royal Heath #AF437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.31%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 47.81%
G = 18.31%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF437C (or 0xAF437C) is known color: Royal Heath. HEX triplet: AF, 43 and 7C. RGB value is (175,67,124). Sum of RGB (Red+Green+Blue) = 175+67+124=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF437C is #50BC83. Grayscale: #696969. Windows color (decimal): -5291140 or 8143791. OLE color: 8143791.

HSL color Cylindrical-coordinate representation of color #AF437C: hue angle of 328.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF437C is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 124 -
CMYK 0 0.62 0.29 0.31
HSL 328.33º 0.45% 0.47% -
HSV(B) 328.33º 0.62% 0.69% -
XYZ 23.32 14.58 20.65 -
YUV 105.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 175 67 124 0 0.62 0.29 0.31 328.33 0.45 0.47
Hex AF 43 7C 0 3E 1D 1F 148 2D 2F
Octal 257 103 174 0 76 35 37 510 55 57
Binary 10101111 1000011 1111100 0 111110 11101 11111 101001000 101101 101111

Color Harmonies of #AF437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF437C

Black with #AF437C

Text Example


Text Example

White with #AF437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF437C; }

 p { color: rgb(175,67,124); }

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

background-color css

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

 a { background-color: rgb(175,67,124); }

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

border-color css

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

 span { border-color: rgb(175,67,124); }

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