Html Css Color HEX #AF437E Royal Heath

📋 copy color: '#AF437E'

red 175 ◦ green 67 ◦ blue 126

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

Shades of Royal Heath #AF437E

Tints of Royal Heath #AF437E

RGB

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

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

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

R = 47.55%
G = 18.21%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF437E (or 0xAF437E) is known color: Royal Heath. HEX triplet: AF, 43 and 7E. RGB value is (175,67,126). Sum of RGB (Red+Green+Blue) = 175+67+126=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF437E is #50BC81. Grayscale: #696969. Windows color (decimal): -5291138 or 8274863. OLE color: 8274863.

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

Color convert

RGB 175 67 126 -
CMYK 0 0.62 0.28 0.31
HSL 327.22º 0.45% 0.47% -
HSV(B) 327.22º 0.62% 0.69% -
XYZ 23.45 14.63 21.33 -
YUV 106.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 175 67 126 0 0.62 0.28 0.31 327.22 0.45 0.47
Hex AF 43 7E 0 3E 1C 1F 147 2D 2F
Octal 257 103 176 0 76 34 37 507 55 57
Binary 10101111 1000011 1111110 0 111110 11100 11111 101000111 101101 101111

Color Harmonies of #AF437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF437E

Black with #AF437E

Text Example


Text Example

White with #AF437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF437E; }

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

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

background-color css

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

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

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

border-color css

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

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

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